How to Set Left/Right Padding in UITEXTFIELD in IOS
There is a common ISSUE (How to Set Left/Right Padding in UITEXTFIELD in IOS ) we always faced while designing a IOS form and that is Padding and Margin of a UIControl. Either way we faced the same issue whether we use Storyboard or Programmatically we…
where is nsuserdefaults stored ?
One question arises in every IOS programmer , That whats the easy way to save some value without using any Database.Second questions is arise can i see the data i saved .where is nsuserdefaults stored ? Answer is “Yes” . The easiest way to…
UIGestureRecognizer Tutorial and Walkthrough
A gesture-recognizer object—or, simply, a gesture recognizer—decouples the logic for recognizing a sequence of touches (or other input) and acting on that recognition. When one of these objects recognizes a common gesture or, in some cases, a change in…
How to validate email on textField in IOS
validate email on textField: Something that every app developer has to deal with at some point or another is string validation, with the most common problem being email validation. That is because every single online service has a login or signup view…
How to host a website for free on google drive ?
Google Drive has always been a great place to store HTML, JavaScript and CSS files so they are secure and available from anywhere. Now you can host and share this content too! Watch this video to learn more. We’re a big fan of cloud services on this…