The version of iOS (formerly iPhone OS) was released by Apple on Oct 13, 2011. iOS 5 runs on iPhone 3GS, iPhone 4, iPhone 4S, iPod Touch 3rd and 4th generation, as well as all iPad models

learn more… | top users | synonyms (3)

1
vote
2answers
23 views

Take screenshot of current foreground application

I'm using this code to take a screenshot in iOS: - (UIImage*)screenshot { CGSize imageSize = [[UIScreen mainScreen] bounds].size; if (NULL != UIGraphicsBeginImageContextWithOptions) ...
0
votes
0answers
9 views

IOS 5.0 - How to play Videos in a programmatically generated View from a “GameManager”class?

After testing and trying hours and hours i think i need a hint for the solution of my "little" programming problem: I have a GameManger.m class file where I want to programmatically opening a view on ...
0
votes
0answers
6 views

Universal app acting up on iPad iOS5

I've been working on a universal app. So far everything is good. During final testing it turns out that the app is not working with older OS (5.0 and 5.1). It initially showed a white blank screen. ...
0
votes
2answers
24 views

NSArray Values are Display after touche in screen in Tableview

- (void)viewDidLoad { detailView = [[UITableView alloc] initWithFrame:CGRectMake(0, 0, 330, 380) style:UITableViewStylePlain]; detailView.rowHeight = 55.0f; detailView.dataSource =self; ...
0
votes
1answer
19 views

Caching web page in IOS using NSURLCache subclass

I subclassed NSURLCache and overriden – cachedResponseForRequest: and – storeCachedResponse:forRequest: . I am storing all the files am getting in the application's documents directory. Now, the ...
1
vote
1answer
45 views
+150

Weak Linked Framework Causing “File Not Found” Error

I am building an app that uses the Social.h and Accounts.h frameworks. I have both Frameworks set as optional. I have my Base SDK set as 6.0 I have iOS Deployment Target set as 5.0 When I build ...
0
votes
3answers
34 views

How to append the following characters ‡, †, * as superscript to NSString in iOS

I need append the following characters ‡, †, * as superscript to NSString in iOS . Need your help. I use the following http://en.wikipedia.org/wiki/General_Punctuation_(Unicode_block) link but they ...
0
votes
0answers
25 views

How to set EKEvent in calendar, which will repeat yearly for a particular day

i am created the EKEvent and set start date and end date , end date is 20 years from current date, there is no problem in this , but the created event is shown for current year only not for further ...
0
votes
2answers
2k views

iOS: Force UIWebView to reload / prevent caching

I have an iPhone app that shows a website. This website changes it's content from time to time but my app doesn't reload it every time it is opened. I tried to prevent the caching of the site, but ...
0
votes
2answers
106 views

How to make pdf to fit to screen size in vfr reader

i am using this vfr reader to show pdf pages.i need to make the pdf page to fit to the entire screen. how can i do this. I tried everything but couldn’t get it. Can someone please lead me to in right ...
0
votes
3answers
59 views

How to get old UDID in my new upgraded app

I am using UDID to save and retrieve data from remote DB, now apple had depreciated the UDID. Now how can I retrieve already saved data if I update my app with new version which developed using iOS5. ...
2
votes
2answers
2k views

How to get root view controller ?

I need an instance of root view controller. However this code return null: UIViewController *rootViewController = (UIViewController*)[[[UIApplication sharedApplication] keyWindow] ...
5
votes
2answers
1k views

Pros and cons of using storyboards

I am planning to learn to develop applications using Story Boards. Can anyone please post some advantages and disadvantages while using StoryBoards?
1
vote
2answers
413 views

playing video in iOS 5

I am trying to follow this tutorial link, but i have issues. Can somebody please have a look and let me know what needs to be changed. I tried to looking up other examples but none seems to work. ...
0
votes
1answer
26 views

iOS top banner notification content customization

concerning iOS5 LocalNotifications: 1: What is the maximim visible length of the message shown in the banner ? Is it possible to make the text size smaller so I can fit longer text ? Is it ...
1
vote
1answer
94 views

ABPeoplePickerNavigationController auto dismiss without showing addressbook book

I am using ABPeoplePickerNavigationController for selection of address book contact by user. With this code behind action of a button. ABPeoplePickerNavigationController*picker = ...
0
votes
1answer
45 views

iOS Equivalent of SecTransformRef?

Is there an iOS equivalent to SecTransformRef from the Mac SecTransform.h header file? I am getting a Semantic issue where there is an unknown type name 'SecTransformRef'. It appears that the ...
0
votes
2answers
274 views

Retrieve facebook friends & invite them to my iOS app

I am developing an iOS application in which I want to retrieve my facebook friends & send it to server for checking who are already using this app using their email or phone number. Once I get ...
0
votes
0answers
15 views

Compiler warnings with gtm-oauth, how do I get rid of them?

Here's a picture of the code and the corresponding warnings in the GTMOAuthAuthentication.h file from Google's gtm-oauth Cocoa library. What exactly is causing these warnings? How do I fix them?
0
votes
0answers
11 views

gmt-oauth - still a viable oauth library for iOS?

Is this still the one to use? I realize this is a little subjective, but I've read a lot around StackOverflow and it's been pointed to a fair bit, but I haven't found a lot of recent questions about ...
19
votes
0answers
912 views

RestKit loadObjectsAtResourcePath:delegate works once, but then never again

I'm fairly new to Objective-C and XCode, but even newer to RestKit, though been programming in Java for 12 years. I have an IOS app connected to RestKit and an action to load from a rest server works ...
0
votes
1answer
15 views

PhoneGap Media plugins

I am new at Cordova PhoneGap. In my project there is a one requirement.e.g. Capturing video,audio and upload it to server. I found the two plugins are available for do the same task.e.g. To access the ...
0
votes
1answer
20 views

iOS 5 won't redirect to Appstore

We have an iOS SDK that is hosted within different applications. Inside the app I have a redirection to Appstore. The redirect is from html code (Webview within the application). Redirection works ...
1
vote
0answers
102 views

Always landscape when using “[UIApplication sharedApplication].keyWindow.rootViewController presentModalViewController”

My app is always landscape,so the rootViewController is set to only landscape. Besides the app is globally set as only landscape in Plist file. However, when I call [[UIApplication ...
0
votes
0answers
13 views

How to authenticate Project Server 2013 [Office 365] URL (https://sitename/servername/sites/pwa) using iOS

I am creating an iOS app and want authenticate my Project Online URL using iOS. Currently I am using ASIHttpRequest to authenticate Project Server 2013 On-Premise URL but it is not authenticating the ...
0
votes
4answers
1k views

UITableView: custom header title view doesn't show

I want to display a table with custom header titles. The table view is attached to a controller class that implements the tableview delegate and data source protocols but is not a subclass of ...
2
votes
3answers
539 views

UIlabel gets shrink on scrolling UiTableView

I have two UILabel in side of UICell, which contains dynamic text so i need to resize its frame according to content, for which im using [string sizeWithFont] method to calculate the height of label ...
2
votes
2answers
279 views

Unity3D app crashes after applicationDidBecomeActive() on iOS

Got some problems related to Unity (on mac), iOS 6 and possibly auto-rotation. Updated Unity to 3.5.6f4 as it supposedly had support for better autorotation under iOS 6. But it still crashes when ...
1
vote
1answer
22 views

Partial encryption using AES - IOS application

I would like to apply the encryption & decryption technique in one my downloading concept. I want to do the partial encryption using AES 256. Is it possible to do it? is it have any algorithms ...
1
vote
1answer
422 views

How can I get all phone numbers from addressbook IOS 5 KABPersonPhoneProperty

I am using kABPersonPhoneProperty to get the iPhone "phone numbers" from the address book. However, once I run the program and only one phone number appears even the contact person has mobile, home ...
2
votes
2answers
880 views

iOS 5.0 AVAudioPlayer Error loading audio clip: The operation couldn’t be completed. (OSStatus error -50.)

So I'm trying to test out the audio player on the iPhone, and I went off Troy Brant's iOS book. I have the Core Audio, Core Foundation, AudioToolbox, and AVFoundation frameworks added to my project. ...
0
votes
1answer
28 views

Download and cache entire web page on ios

I need to download an entire webPage and store it in app's documents directory and load it from the cache the next time user visits. No matter how much I search, I always end up with ...
1
vote
4answers
63 views

Open one App from another programmaticaly

We have a standard SAP BI App and we don't have the code for that and our company purchased it for our internal use and now my PM has asked me to open SAP BI App from our custom App programmatically ...
3
votes
3answers
3k views

MPMoviePlayerViewController works, MPMoviePlayerController does not..why?

I have this code NSString *filepath = [[NSBundle mainBundle] pathForResource:@"d" ofType:@"mp4"]; NSURL *url = [NSURL fileURLWithPath:filepath]; //part 1 MPMoviePlayerController ...
0
votes
5answers
85 views

Checking a null value from Json response in Objective-C

[ { "AT" : null, "EA" : null, "AD2" : "", "OP" : null, "AdsLst" : [ ], "EMs" : null, "ND" : { "MN" : null, "FN" : "Sony", "LN" : "J" }, ...
18
votes
11answers
8k views

Xcode 4.2. gets stuck “Attaching to myapp” when running

In xcode 4.2, sometimes when you're going to run your ios proj on simulator, the status windows says "Attaching to myapp", and just gets stuck there... until you cancel. Now, this has been asked ...
0
votes
1answer
25 views

How do I make my launch images for iPhone use the user's status bar?

I tried removing the status bar from my Default.png images, but under iOS 6 apps seemingly load with that blue-tinted bar, and since my app uses a black one it doesn't work. For example, the Facebook ...
1
vote
1answer
147 views

Posting a string on my wall from iOS App?

I'm new to Facebook development. Can someone guide me on how can I post on my wall from an iOS app?
1
vote
2answers
46 views

How can I make iOS use the right navigation transition?

I've got an app with a totally standard UINavigationController using the default transition that slides the new view controller in from right to left. When I hit the Back button, it slides the ...
-1
votes
2answers
28 views

How can i add an event to calendar from my app

I want to add an event to calendar from my app , for example in Iphone contact application user sets birthday , it will automatically added an event to calendar . i want to do this from my app ..
0
votes
0answers
23 views

iPad (iOS 5.x) - Second rootViewController has the same orientation as the first

In an iOS app for iPads I need the first viewController, set as root, to be stuck in Portrait and the rest of the viewControllers, which will also be set as roots, to have support for all ...
2
votes
1answer
89 views

Support landscape orientation to a circle of UIVIEWS:

Trying to support Landscape orientation, following is the drawing code. NOTE: aCell is object of UIControl class:- - (void)layoutCells { for ( UIView *aCell in _cells ){ if ( [aCell superview] ...
6
votes
2answers
458 views

Can we invite people to use our app or send friend request from the app via Facebook in iOS 5?

Consider X and Y are friends in Facebook and they both have installed an app in their respective phones. But they are not friends with each other in that app's friend list. So now, can X send a friend ...
2
votes
0answers
78 views

How to load a video instead of a 3d object file in VRToolKit?

I am working on some augmented reality apps development on iPhone iOS 5, I am using VRToolKit Plus, the demo project only shows some 3D Objects on the marker when it is detected. But I want to show a ...
0
votes
2answers
54 views

Applying gradient to UIImage - how to remove color invertion?

I'm applying gradient to UIImage, all i want it to be dark on the bottom and slowly turn to clear or light gray in the middle. It is mostly ok, but i have a problem that my image colors invert in some ...
3
votes
1answer
92 views

issue in writing Unit test case for UIFont Categories

I have added methods to UIFont class .h file @interface UIFont (UIFont_CustomisedFont) +(UIFont*)bold11; +(UIFont*)bold12; +(UIFont*)bold13; .m file +(UIFont*)bold11{ return ...
1
vote
1answer
2k views

iOS 5 Black screen after segue

I have an iOS 5 application with a storyboard and two scenes. Scene 1 is a selection list while Scene 2 shows details for each selection In Scene 1 I need to pass a variable and I do that with: ...
0
votes
1answer
86 views

Nslocalization for iOS 6

I have 3 to set languages in my project. So when user select one language of my 3 language application works in that specific language. I have tried to use Nslocalization but not found any solution. I ...
0
votes
0answers
12 views

How to secure/encrypt data in iOS and Transfer to webServer

My iOS app deals with getting JSON data from webserver, storing in CoreData, and uploading text, images, audio to the webserver, also send PDF attachemnts via email. What are the best ways to ...
0
votes
1answer
34 views

How to update the UITableViewDataSource when inserting new sections or deleting sections on UITableView?

I've a UITableViewDataSource which maintains sections of data items which will be presented by an UITableView instance. The table view is editable, allowing insertion and deletion of rows and ...

1 2 3 4 5 244