-
Creating Apps Using Phonegap Framework in IOS
Creating apps for different operating system is not a reliability so for reducing developr work for all devices, the phonegap framework comes into picture with a highly responsive for all devices, write program in Javascript/Jquery and give a build in any platform. So here i am going to demonstrate the “HOW TO GENERATE IOS BUILD…
-
Memory Management in iOS
Memory Management iOS In this blog we will walk through very important thing which all iOS developer should always need to take care while developing apps for same. We will see few topics related to this thing which is below :- What is the term memory management? What may happen if we don’t do memory…
-
Base64 encoding in Objective c
When we have some binary data that need to send across network, we generally don’t do it by just streaming the bits and bytes over the wire in a raw format. Why ? Because some media are made for streaming text. You never know some protocols may interpret your binary data as control characters (like…
-
iOS qrcode generator
-
How to check network reachability in iOS