A variable is a storage location name, identified by a memory location , paired with its associative name or identifier having some quantity of information or value. Swift 4 have below basic variable As discuss in last Chapter – 5 Int or Uint Float Double Bool Character NOTE: There are few more types of variables
How to make my app visible in Safari share options? Answer is pretty simple ! Using Share Extension , iOS 8 Feature. My this post describes Apple’s Extensibility feature in iOS 8. Share Extension allows you to share any kind of content directly with your application or any website. Share Extension can be used by clicking
What is @property ? @property offers a way to define the information that a class is intended to encapsulate. Means if we declare a variable or an object using @property then this variable or object can be accessible to other classes which importing its class. Rule of declare an object using @property if we declare
Apple brought IB_DESIGNABLE with Xcode 6. Its have some great improvement to interface builder. With this feature you can design custom views via interface builder. IB_DESIGNABLE is used to achieve live rendering of custom views using IB_DESIGNABLE and IBInspectable attributes. In this post we will give you an overview of IB_DESIGNABLE and IBInspectable attributes. Create
Push an existing project to GitHub using Command line Sometimes we start working on a project and later we need it to be share in GitHub. So its not a worry thing, just follow below steps to upload it in GitHub using simply with terminal Steps 1 ) Open Dashboard -> Open Terminal Steps 2)