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
32 views
ASIHTTP with SSL failed on iOS 5.x but not in iOS 6
I got an app running ASIHTTPRequest library to receive internet data. I call to an URL with SSL using this code:
NSURL *url = [[NSURL alloc]initWithString:@"https://my.web.com"];
ASIFormDataRequest ...
0
votes
1answer
82 views
Getting bad access while deleting cell and reloading table view
I am trying to build a table using custom UITableViewCell, but after deleting cell and when I try load the view, I get an EXC_BAD_ACCESS error,here i'm getting data from a dictionary and loading it ...
0
votes
1answer
47 views
NSInternalInconsistencyException - on AppDelegate
My application is crashing with a very weird error message.
The error message is
*** Assertion failure in -[UIStoryboard nibForViewControllerWithIdentifier:], ...
0
votes
1answer
21 views
Configuring Xcode for iOS5 when latest is iOS6
I've released an app for iOS6 (deployment target: 6.1, SDK 6.1) but now wish to make the app for iOS5 because I realize how many users still have iOS5 to keep the old native Google Maps. I understand ...
0
votes
2answers
52 views
Memory management with GCD, NSMutableArray and UITableView [closed]
I'm now been stuck with this error "EXC_BAD_ACCESS" for hours and I can't seem to find what's wrong. Hopefully some of you will find it.
I'm downloadning a file containing json-data, save it as a ...
1
vote
1answer
112 views
How to rotate cocos2D game into landscape mode in iOS 6?
I have an iPhone 4S (running iOS 5.1) & an iPhone 5 (running iOS 6.1). I noticed that when i try to open the cocos2D game, on the iPhone 4S running 5.1, the game is able to open perfectly fine in ...
0
votes
1answer
56 views
Saving Annotations and Pdf to a new Pdf file in IOS 5
I'm working on a pdf annotations application and i need to save the annotation so when i tried to save the annotations and the pdf content to a new pdf , the annotations are saved but the content of ...
1
vote
0answers
79 views
Memory leak in [[NSMutableArray alloc] init] even though with ARC
I am working heavily on Memory Fineturning and most of the problems are solved with the help of stackoverflow. But finally I got struck with a serious memory leak with NSMutableArray initialization.
...
0
votes
3answers
72 views
Keep object reference of local variable in ARC
I have created a class under ARC with some methods that accepts blocks. The problem is app keep crashing, and I think the reason of crash is the object is getting released by ARC. My question is, how ...
-2
votes
0answers
19 views
pray Times and notification [closed]
I want to develop app for ramadan's month which includes time of pray using time location for each country, and need to display alert in every day for the dua'a what is the idea for doing this?
thanks ...
2
votes
1answer
138 views
How to subclass UINavigationBar correctly also using appearance
This is what I am trying to achieve:
NB: Also with a title to the controller.
Some additional information:-
This navigation bar will appear on around 10 view controllers.
It is not part of a ...
2
votes
1answer
56 views
django csrf for api that works with ios apps
I am building an ios app that communicates with the server for getting the data.
If its just a normal app, I can send csrf token via forms (since all from same domain). But, for ios apps, I dont ...
2
votes
2answers
74 views
IOS app with data stored in server - how to implement facebook user registration (from server or app?)
I am building an IOS app, which doesnt have any data with it. When it wants to show friends list for example, it will request server for the json data etc..
So, how can I implement facebook ...
-2
votes
0answers
14 views
iOS UIImageView or Three20 any Option Show Image and vedio file both [closed]
Can you please help me ? How to show Both file in iOS UIImageView or Three20 framwork using show both vedio or image file show. is there any other option?
0
votes
1answer
44 views
Handling rotation of subclassed UINavigationBar with buttons
I have subclassed UINavigationBar to have a custom navigation bar within my application. The bar is re-used on multiple view controllers with the same style Menu button as the left button item, which ...
0
votes
0answers
39 views
Some nib objects are not init in iOS6
So I've been having problems with this for a while and not really noticing it I think. However I tried to do something basic this morning and I can't see why it's doing this, so I though I'd ask about ...
0
votes
1answer
48 views
get notification on timezone change in iOS
can my application get any notification when device timezone changed? I want to get a notification when my application is foreground. NSTimezone does not worked for me as i have to continuously check ...
0
votes
0answers
30 views
Memory Leak.. ABContactsHelper
The instruments shows following memory leak & I cannot figure out how to solve it.
Any ideas ?? I am using ARC base target 5.0 with -fno-objc-arc flags for this library.
0
votes
2answers
14 views
To distribute an iOS application in a no of devices
I have developed an application using Objective C with Xcode 4.3.2 as front end and SUP 2.1.3 as middleware.I have a distribution profile with me and I have successfully run my application in an iPad.
...
0
votes
1answer
43 views
UICollectionViewCell add animation for selected/highlighted item
I'm implementing simple collection view with images inside cells. The task that I want to achieve is when user taps on the cell - there should be flip animation and some details have to appear at the ...
1
vote
1answer
29 views
Name input like SMS or Facebook app
I'm trying to find a library that can handle autocompletion with tokened (grouped) texts.
There are some very nice libraries out there for autocompletion such as:
...
0
votes
1answer
24 views
Core Data: move object from one persistent store to another
I'm using Core Data in my app and would like to export only some of the data and import it on some other device.
To avoid migration issues, I'd like to do the following:
Export:
create a second ...
0
votes
1answer
66 views
How can I add a table view controller to an existing storyboard view controller?
I'm creating a landscape iPad app for iOS 5.1 that should have two table views embedded into a view controller of my storyboard. What I would like to be able to do, is drag a table view controller ...
-1
votes
4answers
45 views
Accessing NSTimer from another controller [closed]
I'm new to iOS development and a bit stumped how to access an NSTimer set in another controller.
So theres ViewController and InfoController. The timer is set in ViewContoller (in onViewLoad) and the ...
0
votes
2answers
43 views
How do I draw NSAttributedString in iOS5?
When I try to draw an NSAttributedString and run it in iOS5 simulator I get a crash. In iOS6 it runs fine. I don't understand what I am doing wrong, because from what I read my code should also work ...
0
votes
0answers
12 views
How To Stop Recording Music by Gracenote SDK in iOS
Currently i'm using "GN_Music_SDK_iOS" SDK in my iPhone App.I just started the recording music by "[GNOperations recognizeMIDStreamFromMic:responseObject config:config];" method, then it is gieving ...
0
votes
1answer
20 views
CoreData NSManagingContextDidSaveChangesNotification saves empty object iOS5
Before anyone suggests, we are using one managedObjectContext for [context save:&error];
We are saving a new object in Core Data with iOS5.
The issue is, the first time we save a new object, ...
0
votes
1answer
70 views
Orientation Landscape iOS 5 on xCode 4.6
I want my app to be landscape. I tried everything, my storyboard's orientations are landscape, I changed the supported orientations and the initial orientation in info.plist. Can anyone help me?
In ...
1
vote
2answers
35 views
multiple instances of a viewController to reference in a different viewController
I have a viewController which takes details of a product and calculates the price.
The User can calculate the price and add that product to cart. Here I was simply adding self to the array defined in ...
-3
votes
0answers
22 views
JSON to NSArray for use in UITableViewController [closed]
beginner at iOS and ObjC. I've search high and low, found lots of examples, but can't move forward on this. I'm using NSJSONSerialization with iOS 5+, Xcode 4.6. I'm trying to parse something similar ...
4
votes
1answer
43 views
Build and guard against missing library using Objective-C
I have a library (lib.a) and a header file (lib1.h). The problem is the library is too big and only a relatively small subset of users need it.
Would it be possible to build my Xcode project without ...
0
votes
1answer
42 views
Unable to store Image on a UIIMageView after the animation
I've have a bunch of .png files that i am supposed to animate over a period of 1.05 seconds. After the animation executes, i would like to have the last .png file show up permanently. I am using an ...
0
votes
1answer
55 views
Setting up reused navigation bar item button for left button
I am using a Navigation Bar through out my application although not controller via a Navigation Controller (added to the VCs via Storyboard).
I would like to set a left bar button item to be the same ...
0
votes
1answer
46 views
Auto Resizing UINavigationBar on rotation to landscape
The typical NavController behaviour is to resize when in port/landscape. From 44px height to 32px I beleive (from the top of my head).
I am using a storyboard and included a Navigation Bar into a ...
-1
votes
4answers
138 views
iOS application deletes itself once downloaded
I'm developing an application for a company for iOS > 5.0 using Xcode 4.6.1. To test application, i archived application using Save for Enterprise or Ad-hoc deployment. I've checked also Save for ...
0
votes
2answers
37 views
Setting up a custom Nav Bar with Storyboards
I am trying to work out how to setup a custom navigation bar with storyboards. I have added a navigation bar directly to a view controller in my app.
The VC is not directly in a Navigation ...
-3
votes
2answers
61 views
Display n as subscript [duplicate]
I want to display n as subscript in my app when i am using unicode character for it a square is displayed on my simulator.
want to display "bn" here n must be at subscript.this might be a basic ...
0
votes
1answer
34 views
Increase iOS App Security With Keychain
I should develop iOS app that store very sensitive information and passwords. I find that iOS keychain is for this purpose, but there is something that bother me. If the phone is jailbroken how this ...
0
votes
1answer
28 views
Use my custom initialier to initialize my table cell (inherit UITableViewCell)
I have created my custom table cell class:
@interface CommonCell : UITableViewCell{
...
}
@end
In the implementation file of it, I have created a custom initializer method: ...
0
votes
0answers
11 views
Twitter Streaming API + iOS5+ Tutorials
im building an iOS App and don't know where to start. Does anyone have pointers to some good sample codes or tutorials that will help me understand how to access and parse Twitter Streaming APIs. I ...
0
votes
2answers
37 views
Xcode - Show a ViewController when the app becomes active (coming back from the background)
I want to show a specific ViewController when the app comes foregrounded from the background.
I am using this method to call a ViewController.
- (void)applicationWillEnterForeground:(UIApplication ...
0
votes
2answers
76 views
iOS Minimum OS Requirements difference between Xcode project and iTunes Connect
I submitted an app to iTunes 7 days ago. It's status is "Waiting For Review"
I set iOS Deployment Target as 6.0 in Project's settings. (Photo 1)
I did not do anything about minimum os version or ...
0
votes
1answer
16 views
Working with autorotation and UINavigationBar images
I have a navigation bar that uses a custom image for the background. Along with some images for buttons UIBarButtonItems.
When the device is rotated the navigation bar height is obviously changed to ...
0
votes
4answers
47 views
Navigation Bar Item stretching image for button
I have setup a Navigation Bar in a storyboard with an UIBarButton for the right.
This is the code I use to update the image for this:
// Setup the right navigation bar item
[self.addGameButton ...
0
votes
1answer
20 views
decimalNumberByMultiplyingBy issue
Does anyone know whats wrong with this code
NSDecimalNumber *quantity = [[NSDecimalNumber alloc] initWithString:[item objectForKey:@"Quantity"]];
NSDecimalNumber *price = [[NSDecimalNumber alloc] ...
0
votes
0answers
17 views
Shall i add from field in default mail composer in iphone mail appication
In iphone mail app when we tap on Compose it will go to new message . in that To ,Cc,Bcc,Subject and mail Body Fields are there. Suppose if i want one more field like from . is it possible? and how ...
1
vote
1answer
51 views
Change Keyboard Color in UISearchBar with apperance
I want to change the color of the keyboard to black, when the user taps on the search textfield.
I was trying to achieve it with
UITextField *textField = [UITextField appearance];
[textField ...
0
votes
4answers
71 views
UITextField : restrict the maximum allowed value (number) during inputting
I have a UITextField, I'd like to restrict the maximum allowed input value in the field to be 1000. That's when user is inputting number inside, once the input value is larger than 999, the value in ...
0
votes
1answer
61 views
What is the correct way to handle multiple view controllers on the same screen?
I'm having a view controller, that has few controls and images, and is located on top of the screen. I will have a space below it for child view controllers and their views.
I will show one child ...
0
votes
1answer
34 views
How to get central position on map and and radius of visibility? [closed]
How to get central position on map and and radius of visibility ?
(radius in km or m)
In app I have map ( zoom in/zoom out) and when user move on map to see another town I need to send another request ...



