Home »
» Microsoft now takes swipes at iPad mini
Microsoft now takes swipes at iPad mini
Related Posts:
Reversing a String in iPhoneSometimes we want to perform some task on an object that is not included in the methods of that class. An example of this might be reversing the order of characters in an NSString object. While we could certainly do this in c… Read More
Programmatically Segmented Control in iPhoneIn this application we will see how to implement Segmented Control programmatically in iPhone. So let see how it willworked.Step 1: Open the Xcode, Create a new project using View Base application. Give the application“Progra… Read More
Sorting an array of strings in iPhoneThe NSArray class is often used as a container for NSString objects, making it one of the most useful classes in the entire Foundation framework. In addition to providing indexed storage for objects, we can also sort the obje… Read More
Orientation Changes for iPhoneThere are two ways to change the orientation of controls when the device orientation changes. The simplest way is to use the controls found in the Size Inspector (shown here) to set behavior for individual controls.If these s… Read More
A Picker Lottery for iPhoneIn this blog, we’ll see how to use a UIPicker control to implement a simple lottery application. The user will choose a two digit number using a picker control, then press a button to see if their number matches a random numb… Read More
0 comments:
Post a Comment