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
0
votes
0answers
8 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'
0
votes
1answer
21 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
votes
2answers
20 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 ..
1
vote
4answers
54 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 ...
0
votes
3answers
45 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. ...
-1
votes
4answers
76 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"
},
...
0
votes
1answer
13 views
Remove notification observer in superclass or subclass in ios
I have registered for a notification in the superclass. The observer is handled in the subclass which calls the super implementation. Do I remove the observer in the dealloc of the superclass or ...
0
votes
1answer
31 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 ...
0
votes
0answers
5 views
Styling UITextView text pre-iOS 6
I'm looking to underline the text of a UITextView (all the text, not a portion of it) and the following works wonderfully on devices running iOS 6 but of course it isn't available on previous OS ...
0
votes
4answers
49 views
iOS 5 UIButton title showing with ellipsis
I have a problem regarding the UIButton title in iOS5. They are clipped and show like in this photo. I don't want them to be clipped, i want to show the full title.
In iOS6, they work perfectly.
...
0
votes
0answers
18 views
Relaying appearance method calls in custom container view controller properly
I'm following Apple's guide to build my own custom container view controller. It seems to work just fine out of the box, except for one irritating problem.
How exactly do I specify at which time my ...
0
votes
1answer
29 views
Play Audio Player when location speed decreases
How to play audioplayer when location speed greater than 20,count time start for five second and when suddenly location
speed (speed decrease from 20 t0 0)equal to zero it play audio player.I try this ...
0
votes
0answers
11 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
2answers
37 views
NSPredicate that filters out subclass results
I have two classes, Company and MyCompany. MyCompany is a subclass of Company, and Company is a subclass of NSManagedObject. I am trying to write a predicate for an NSFetchRequest that will return ...
0
votes
0answers
21 views
With YRDropdownView, when I present it after a refresh it gets caught at the top of the screen, and can't be seen
I'm using YRDropdownView to present notifications in my app, in this case when they try to manually trigger a data refresh it will notify them that there's no internet (if there isn't).
This refresh ...
0
votes
2answers
26 views
A MKMapView delegate calling issue
I am facing an issue about MKMapView delegate.
In iOS5, When I clicked a Pin on the mapview,
thedidSelectAnnotationView: delegate will be called first,
and the next is viewForAnnotation: delegate ...
2
votes
1answer
50 views
How to monitor data usage on iOS from an app?
There are a few similar questions on SO, but none directly answer this question: how can an app programmatically monitor the data usage of other apps?
For instance, at the end of the month, we would ...
1
vote
0answers
17 views
AVCaptureSession preview screen orientation in iOS5
I asked this question a while back. I accepted the answer because it worked... until I tried it out on iOS5.
My app is landscape only. Opening the camera preview and holding the device with the home ...
-1
votes
1answer
15 views
AVCaptureVideoPreviewLayer connection crash on iOS5 only [closed]
I'm using some code from Apple's "SquareCam" source code. It runs fine on iOS6, but on iOS5 I get a crash:
AVCaptureSession *session = [AVCaptureSession new];
[session ...
0
votes
0answers
8 views
Why is the crop rectangle for existing pictures not square, but newly taken pictures yes?
I have this situation where I want all my images to be upload in a square aspect ratio. When the user is presented the option to add a picture, he can either take it live, or select one from the photo ...
0
votes
3answers
73 views
NSInvalidArgumentException while adding NSDictionary to NSArray
I have declared NSDictionary *dict; globally and trying to add this dictionary into array but got a error
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* ...
0
votes
0answers
34 views
App level VPN connection - Enable in device through coding
I want to connect the VPN server through my app without configure the VPN in device level.
It looks like app level VPN connection. It is not a exact vpn client but before open my app, I have to check ...
1
vote
1answer
21 views
Select phone number and e-mail ID in UITextView
I have a UITextView object. The text in UITextView has a phone number, mail link, a website link and also normal text messages.
I used dataDetectorTypes to detect links and number. Links and number ...
1
vote
0answers
25 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
0answers
6 views
Overriding Storyboard's link detection's behavior (while retaining styling)
I have a view with a number of UITextView instances, some of which use Storyboard's "detect links." What I want to do with some of the others is match that style (blue and underlined) but override the ...
0
votes
0answers
55 views
UIScrollView acting differently on iOS 5 and 6
I have a simple uitableview controller to start my application. I set it up so that there is a segue between this and the next controller. This next controller is a uiviewcontroller containing a ...
0
votes
1answer
6 views
Adding UILabel to UIImageView in CellForRow
I have a customCell in StoryBoard "CategoryCell", I have UIImageView with the cell which is also part of the cell also tied up in StoryBoard. The UIImageView is filled with a plain yellow color. I ...
-1
votes
2answers
26 views
Change buttons' font in inputAccessorView [closed]
I can't find a way to change the font for the buttons in the inputAccessoryView. Can somebody help me with this?
0
votes
2answers
49 views
Update tableView when images loaded asynchronously
I get images asynchronously with parse, and i insert them into an array with some other stuff.
I return this array to fill a tableView, and the rows has an UIImageView, but some images that i get ...
0
votes
0answers
31 views
Error when running app in iOS5 for facebook
I am using DeFacebookComposeViewController to share pictures in facebook. It is running fine in iOS6. But have issue running in iOS5.
I put a breakpoint in this function:
- ...
0
votes
0answers
21 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 ...
0
votes
0answers
13 views
Lock screen orientation for a single controller when there's a UITabBar in IOS 5 & 6
Following are the main poins I have.
I'm new to IOS development
I need to support IOS 5 and IOS 6 in my IOS app
I have a UITabBarController in AppDeligate file as follows.
UIViewController ...
0
votes
0answers
24 views
Autoresizing subviews in iOS 5
I am making an application whose deployment target is iOS 5 and I have an autoresizing issue. Since auto layout is not available for iOS 5 I can't seem to keep a constant space between subviews when ...
0
votes
0answers
39 views
Cocos2d side scrolling game best way to implement it?
I was wondering if its better to add sprite by sprite(spritesheets) for the each level of the game? or is it better to add segment by segment for the levels in the game?
The thing is that i want to ...
0
votes
1answer
26 views
iCalendar creation: RFC 5546 explanation
I am facing several issues related to the creation of an ICS file which has to be compatible with several clients, especially iOS, Gmail, Outlook, Android and Windows Phone. Googling around, I found ...
0
votes
0answers
42 views
How to get images from photo library without using ALAssetsLibrary?
I want to implement a custom image picker with multiple images selection feature, just like an extension of the standard UIImagepickerController. I know I can use ALAssetsLibrary to enumerate the ...
0
votes
2answers
27 views
Listview to uiwebview?
I can create a list of 5 websites in a listview but how do I get it to do this..
On clicking one of the items in the list it should then take me to a uiwebview to display the URL within the app with ...
0
votes
1answer
49 views
iOS kitchensink or similar? [closed]
I've been looking for some time for an example app that displays the following functionality on separate views:
UITabBar
login form (doesn't need to go via http)
photo picker from library
...
0
votes
0answers
40 views
UISlider in UITableViewCell won't work in iOS 5.1
I have strange issue with UISlider it works perfect in iOS 6.0 but in iOS 5.1 it doesn't work. I have used storyboard for the UIViewController and UITableView has 4 kinds of cells. Everything works ...
0
votes
1answer
26 views
Charts not getting plotted on iOS 5
I am using Core Plot to draw charts in my iOS application. The charts were getting plotted nicely till I was using core plot version 1.0. I just upgraded my core plot to version 1.2 and tested it on ...
0
votes
1answer
21 views
Not able to update sqlite3 table iOS 5
I am working on Core Location framework, trying to calculate distance between the coordinates and updating the distance onto the database(sqlite3.0). But for some reason i get redundant data getting ...
0
votes
1answer
49 views
Pass Data to Subview
How can I pass data to a subview?
SubviewViewController.h:
@property (weak, nonatomic) IBOutlet UILabel *lblName;
TableViewController.m:
- (void)tableView:(UITableView *)tableView ...
0
votes
1answer
24 views
libpaypalmobile.a symbols not found in architecture error?
Hi i integrated paypal Mobile sdk in my app. I got libpaypalmobile.a symbols not found in architecture i386 error. i added all required frameworks. when i build the project, i got that error. i ...
0
votes
1answer
40 views
save multiple images in custom album in ios5 but not in camera roll?
save multiple images in custom album in ios5 but not in camera roll?
i am using ALAssetsLibrary+CustomPhotoAlbum example, but it can save only once in custom album and duplicate in camera roll.
i ...
2
votes
2answers
60 views
Move from UITableView to a UIView on Table Cell press
I'm trying to move from a UITableView to a UIView from clicking a table cell.
I'm using a Manual Segue which is hooked up to the UITableView's View Controller and then hooked to the UIView's View ...
-1
votes
0answers
19 views
IOS Libela (freebox) implementation [closed]
I want to create an app that uses libela api described in Freebox SDKs, it's like a remote controle
Freebox sdks
Other link of freebox descp
existing apps:
Player Skipper by Fichtre Mobile
...
0
votes
2answers
33 views
How to find path o image so I can reload later again same image?
How to get path on device of captured image ?
I am showing image and below I have switch when is off I show default image from project, when is on I want to show image which user captured.
In capture ...
0
votes
1answer
51 views
UINavigationController subclass not calling willShowViewController when expected
I have implemented an application with a slide in styled menu using ECSlidingViewController
At present I have the following setup:
An initial View Controller subclass of ECSlidingViewController. This ...
0
votes
2answers
28 views
How do I debug iPad iOS5 Javascript error using an iPad running iOS6?
A client has notified me that our website is generating an error for iPads running iOS 5 when using Debug Console in Safari. I only have an iPad running iOS 6 which no longer has the debug console, ...
0
votes
0answers
11 views
iOS App Documentation and class diagram generation tools [duplicate]
I inherited an iOS 5 app which has no documentation.
Could someone suggest any tool/s that automatically generate class diagram/s and documentation for this app?
Im willing to pay for something ...