Objective Tidbits
Tagged

Swift

A collection of 4 posts

iOS

Editing Changed

UITextViewDelegate has a very useful method: -textViewDidChange:. As the name implies, text view calls this method on its delegate whenever the text it is currently presenting is changed.

  • Ilter Cengiz
Ilter Cengiz Mar 20, 2025 • 1 min read
iOS

Date Formatter

One of the strongest classes of the Foundation framework undoubtly is NSDateFormatter. With NSDateFormatter, one can easily convert a date object into strings with various formats that human can read.

  • Ilter Cengiz
Ilter Cengiz Mar 10, 2025 • 2 min read
iOS

Alternative Button

There must be a time when every iOS developer wanted to place the image of UIButton above the title. Alternative Button is here for that!

  • Ilter Cengiz
Ilter Cengiz Mar 3, 2025 • 3 min read
iOS

Masking views

Apart from cornerRadius, we can easily mask any view with any shape and path using UIBezierPath and CAShapeLayer. This provides us much more flexibility in laying out our subviews and making them as odd as possible.

  • Ilter Cengiz
Ilter Cengiz Feb 28, 2025 • 2 min read
Objective Tidbits © 2022
Powered by Ghost