xcode 9.2

Set placeholder to UITextView in swift

    Introduction to tutorial – set placeholder to UITextView: Placeholder is a property associated with input UI components that works as a hint to the user in mobile app development. UITextField has placeholder property but there is no property for setting placeholder to UITextView in swift. So for adding placeholder to UITextView , we […]

Set placeholder to UITextView in swift Read More »

Swift Tutorial – How to create checkbox button in iOS using swift

Introduction to How to create check box in swift – tutorial In iOS, there is no default UIControl for creating a check box button. Thus we have to create our own check box in iOS app development, to use in our iOS apps by using other UIControl’s like UIButton. In this tutorial, we will learn

Swift Tutorial – How to create checkbox button in iOS using swift Read More »