Featured
-
Swift Programming Basics for Beginner - A 10 Min Video Tutorial
As we all are aware that Swift is new programming
by sandeep.rawat
Tags
Get Value from textChange Without Using any Delegate Method of UITextField in Swift
In this tutorial we will learn to get value from textChange without using any delegate method of UITextField in swift.
let's see how:
1- We can achieve this using React, i.e. RxSwift
2- No need for textField d...
Add InputAccessoryView in Swift for UITextField and UITextView
Hi,
Sometimes we need to show our custom accessory view when UITextField/UITextView is in editing mode or being edited. We can use inputAccessoryView property to assign a view just above the system keyboard.
Input accessory view is ...
Providing Extra padding in UITextField
UITextField is an editable area where one can use to get input from user using keyboard.
We often come to a situation where extra padding is required from the left or right depending on requirement. Padding is already provided by UITextField...