In this video it shows the steps to create a very simple calculator App for iOS. It uses xcode to develop the App. It uses swift language to create the App in very simple steps. To create the calculator application, it creates a very simple layout using button from 0…
Tag: c-code
How to edit UITextView by enabling AllowsEditingTextAttributes (create a Text Editor) in your iOS App to make selected text bold, italics, underline? – Xcode
In this video it shows simple steps to enable to enable or activate the allowsEditingTextAttributes in the uiTextView. This concept can be used to make the text editing possible in your iOS App. It uses a button to explicitly enable this option in the uiTextView’s attribute. This attribute (allowsEditingTextAttributes )…