Skip to content

Commit

Permalink
Original
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolozCh committed Jul 8, 2022
1 parent 603859a commit 62d8ec5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Binary file not shown.
6 changes: 6 additions & 0 deletions LectureApp/LectureApp/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<constraints>
<constraint firstAttribute="height" constant="50" id="UsD-50-5IQ"/>
<constraint firstAttribute="width" constant="50" id="oHG-oo-13q"/>
<constraint firstAttribute="width" secondItem="cEU-wc-jhy" secondAttribute="height" multiplier="1:1" id="yvd-6P-W5d"/>
</constraints>
</view>
</subviews>
Expand All @@ -30,8 +31,13 @@
<constraints>
<constraint firstItem="cEU-wc-jhy" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="1EO-tu-sCW"/>
<constraint firstItem="cEU-wc-jhy" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" id="aYV-xP-jhi"/>
<constraint firstItem="cEU-wc-jhy" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="jL0-kN-qms"/>
<constraint firstItem="cEU-wc-jhy" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" id="yqZ-6p-nhf"/>
</constraints>
</view>
<connections>
<outlet property="lop" destination="cEU-wc-jhy" id="6St-Y1-KNx"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
Expand Down
2 changes: 2 additions & 0 deletions LectureApp/LectureApp/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ import UIKit

class ViewController: UIViewController {

@IBOutlet weak var lop: UIView!

override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
lop.layer.cornerRadius = 45
}
}
Binary file not shown.

0 comments on commit 62d8ec5

Please sign in to comment.