Posts by Category

AFNetworking

Authentication

Auto Suggestion

UITextField & Auto Suggestion

11 minute read

One of the time-consuming parts of any application for users is text fields. To save invaluable time for users it’s often a good idea to provide helper tools...

Protocols

UITextField & Auto Suggestion

11 minute read

One of the time-consuming parts of any application for users is text fields. To save invaluable time for users it’s often a good idea to provide helper tools...

UIBarButtonItem

UIStackView

Common issues of UIStackView

5 minute read

I want to share my experience using of UIStackView in my last projects. This post will be about common issues and problems that arise when using UIStackView.

UITextField

UITextField & Auto Suggestion

11 minute read

One of the time-consuming parts of any application for users is text fields. To save invaluable time for users it’s often a good idea to provide helper tools...

iOS Custom Keyboard

iOS Custom Keyboard Guide

12 minute read

Starting with iOS 8, Apple introduced iOS App Extensions which includes Custom Keyboard functionality. From that moment developers are able to create their o...