Tag: uikit
-

UIViewController Lifecycle: loadView to viewDidDisappear
UIViewController lifecycle explained: loadView, viewDidLoad, viewWillAppear, viewDidAppear, and dismissal methods with examples.
-

iOS Tip Calculator Tutorial – UIKit and Storyboards Step-by-Step Guide
iOS Tip Calculator tutorial using UIKit and Storyboards. Learn to separate logic from view and handle UITextField user input.
-

How to remove text insets on UITextView?
How to remove text insets on UITextView in iOS. Make UITextView look like UILabel by removing lineFragmentPadding and textContainerInset.
-

What’s new on scrollView?
What’s new in ScrollView on Xcode 11: Content Layout Guide and Frame Layout Guide. How to set content size easily on Storyboard.
-

How to render xib on Storyboard?
How to render xib custom view on Storyboard in Xcode 11. Fix ‘Failed to render and update auto layout’ agent exception.





You must be logged in to post a comment.