Ilter CengizinObjective TidbitsThe not-so-obvious UISplitViewController warningIf you’re using UISplitViewController in your app and building your view controller hierarchy in code you may see an annoying warning.Apr 5, 2018Apr 5, 2018
Ilter CengizinObjective TidbitsWorking with universal links on iOS simulatorWe can use web URLs for opening content in an application for a while. The setup is very basic. Just write the domains you want to handle…Jun 8, 20174Jun 8, 20174
Ilter CengizinObjective TidbitsAlternative ButtonThere must be a time when every iOS developer wanted to place the image of `UIButton` above the title. Alternative Button is here for that!Dec 16, 2016Dec 16, 2016
Ilter CengizinObjective TidbitsEditing Changed`UITextViewDelegate` has a very useful method: `-textViewDidChange:`. As the name implies, text view calls this method on its delegate…Dec 16, 2016Dec 16, 2016
Ilter CengizinObjective TidbitsDate FormatterOne of the strongest classes of the Foundation framework undoubtly is `NSDateFormatter`. With `NSDateFormatter`, one can easily convert a…Dec 16, 2016Dec 16, 2016
Ilter CengizinObjective TidbitsMasking viewsApart from `cornerRadius`, we can easily mask any view with any shape and path using `UIBezierPath` and `CAShapeLayer`. This provides us…Dec 16, 2016Dec 16, 2016