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
3answers
136 views
UInavigationbar background image does not resize correctly when orientation changes from landscape to portrait
I am trying to set the background image of uinavigationbar for the portrait and landscape orientations. I am using the following code:
UIImage *navbarImage = [[UIImage imageNamed:@"navbar"]
...
0
votes
2answers
68 views
What is size limit of mail in mfmailcomposer to send mail [duplicate]
when i send mail using mfmailcomposer, mailComposer gets crashed when i attached large size files to my mailcomposer. how to overcome this problem and please tell me how much size of data including ...
-2
votes
1answer
55 views
moving a UIImageView one at a time using UIPanGestureRecognizer
I have some questions about using a UIPanGestureRecognizer. Is it possible to use it in moving a UIImageView one at a time.
The flow is like this. I have 2 images. image A and B. If you select image ...
0
votes
4answers
67 views
Remove WhiteSpace from start of uitextfield
I want to remove white space from start of word. i.e my first character should not be space and having only one space in between two words .I am trying lots of things but not able to remove space from ...
1
vote
2answers
47 views
how to access the secureTextEntry for further use?
Hi I'm using the below code which includes the alertView containing UserID and Password field.
these UserID and Password are text field, i made password field as secure, but when i later want to ...
0
votes
1answer
22 views
Rotate according to topmost/last subview?
I have a UITabController that is displayed by becoming a subview of the window (and then animated to slide in):
[self.window addSubview:tabController.view];
CGRect endFrame = ...
1
vote
0answers
83 views
NSJSONSerialization works on IOS 6 but not on IOS 5.0
I'm working on restoring iOS 5.1 compatibility to an app I shipped which requires 6.0 currently.
This code works perfectly under 6.0 but when running under 5.1 parsing returns a null object and an ...
1
vote
1answer
26 views
Safe to use @{key: object>} and @[objects] in iOS 5
Can I use the shorter version of a NSArray and NSDictionary that was announced in iOS 6.0 in iOS 5.0 or will my app crash?
I'm using Xcode 4.6.2
0
votes
0answers
27 views
Configure Ejabberd with Gtalk
I am beginner in ios. Currently, I want to make chat client that can work with ejabbered and gtalk. As per http://mobile.tutsplus.com/series/building-a-jabber-client-for-ios/, it works successfully on ...
0
votes
0answers
12 views
NSURLConnection is not working in Push Notification
I have created an app for push notification testing
but i bot able to send sync request to server
i am using this code
NSString *host = @"localhost";
NSString *urlString = [NSString ...
0
votes
0answers
60 views
Push notification badges appearing on iOS 5 but not on iOS 6+
I have got into a very strange problem. The Push notification badges are only appearing on iOS 5+ but not on iOS 6+. Is there anything extra to do for iOS 6+.
Thanks
EDIT:
- ...
1
vote
3answers
62 views
Get the image of Web Page
I'm trying to capture the full image of the web page..
But its showing the blank image..
what should i do to get the complete Web Page Image?
I have tried with
CGSize overallSize = [WebPageImage ...
3
votes
1answer
62 views
Is it possible to change the navigation bar height inside a popover to the default height?
The height of a navigation bar inside a popover is 38px,
which isn't like the default 44px height.
Is it possible to change it to the default (44px) height?
The popover is customized using ...
0
votes
3answers
50 views
Dismiss generated UITextfeilds
I am generating UITextfields dynamically on a scrollview as the user enters number in the UITextfield (lets say it "A") and hits a button. But what i need to do is when user reenters number in ...
0
votes
1answer
138 views
Core plot : ios show two y axis and ScaterPlot and Bar Plot in Same CPTGraph
Hi please guide me write way to show two Y axis (left side and right side) with one x axis using core plot , and also i have to draw Scaterplot and barplot both in single CPTGraph.
CPTScatter plot ...
0
votes
1answer
27 views
Sync failed:-857 The remote database identified by remote ID '%1' is already synchronizing or the database connection is unusable:
I am working with iOS native application in iOS using objective C and SUP as middleware .I am using the same provisioning profile for two fifferent application to run in iPAD.
My application was ...
0
votes
3answers
55 views
Cancel UIGestureRecognizer when a button is tapped?
Is it possible to cancel a UIGestureRecognizer when I tap on a button?
0
votes
4answers
145 views
How to remove duplicate data from nsmutableArray [duplicate]
Hi Iam working with Iphone Photo Library. I got all photos from photo library with AssetFramework. I displayed those photos in scrollview and are perfectly displaying and images count is assume 6. ...
1
vote
2answers
136 views
On dismiss view iAds becomes black in ios 5 ipad.(dark black)
I have a tab based application. I have created an iAd object in app delegate class and using it in my three view controller class. It's working good on second tab's screen and third tab's screen. On ...
0
votes
2answers
60 views
Sending Data Through Email Without using MFMailComposeViewController [closed]
Essentially, I wish to be able to send data within in an NSArray to a specified email, without using MFMailComposeViewController.
After, the user finishes a survey, they select the "submit" button ...
-2
votes
0answers
42 views
Core plot : ios show two y axis and ScaterPlot and Bar Plot in Same CPTGraph [closed]
Hi please guide me write way to show two Y axis (left side and right side) with on x axis using core plot , and also i have to draw Scaterplot and barplot both in single Graph.
Please share if you ...
1
vote
1answer
38 views
how to get % from web-service in iphone
I'm new in iPhone development.I'm developing one chatting application.i was facing problem while sending and receiving some special character.finally, i succeeded to post and get this special ...
0
votes
1answer
26 views
On dismiss iAd Screen ipad screen becomes black
I have a tab based application.I have created a iad object in appdelegate class and using it in my three view controller class.It is working good on tab 2's first screen and tab 3's first screen.On ...
0
votes
1answer
91 views
Current location code is not working in iOS 5 but works fine in iOS 6
I have downloaded a current location sample project which is working fine in both iOS 5 and iOS 6. When I copied the same files to my another project, it stopped working in iOS 5 but it is workin fine ...
1
vote
0answers
89 views
Labels are not getting displayed and image is not getting saved
I have created UILabels on toolBar, but when i try using it on iOS version 4.3 its not getting displayed..
Labels were getting displayed when deployment target was 6 but when deployment target is ...
-1
votes
3answers
99 views
iPhone Elements,GUI,Objects,Icons Correct Size, Frame, and Radius [closed]
I'm trying most of my iOS elements for UITableView, UIViewController, UITabViewController, etc in addition to my app icon and background, and I would like to how large each one is.
What are the ...
2
votes
1answer
149 views
How to add default Calendar programatically in iphone SDK [closed]
I want to add the default functionality of calendar control in my application,i have reach to calendar,so tell me how i can do this.
Thanks in advance.
0
votes
1answer
68 views
Why do not use pointer variable
I am a completely newbie in iOS app development.
I am following a tutorial, which has the following code snippet in the BIDAppDelegate.m
- (BOOL)application:(UIApplication *)application ...
-1
votes
1answer
52 views
Deployment Target in xcode
Im using xcode4.6 for retina display screen size. When i use Deployment target 5 i didn't get any warnings. When i use Deployment target 6.1 i get warnings shouldAutoRotation is deprecated. But i ...
0
votes
4answers
45 views
Arduino sketch that reads serial chars as a command and does something
Currently I am trying to get a sketch working where the Arduino will read a series of chars as a command, and do something based on the series of chars sent from an iDevice. I am using an iPhone 3GS ...
0
votes
0answers
26 views
IOS 5.0 preference over IOS 4.0 [closed]
My xcode project is running with deployment target 4.3 and was with Non-ARC project. To improve the memory usage and proper allocations, I converted the project into ARC project. Now, I am running the ...
0
votes
4answers
102 views
Appirater not asking to review
I am installing the Appirater app review library which can be found here:
https://github.com/arashpayan/appirater
I set these values in the Appirater.m just to test if it asks me to review:
static ...
2
votes
1answer
32 views
Bug restore brightness iOS
I'm waiting for a way to be able to restore the brightness of the iphone when my app enter background. I know that bug existed, but does anyone know if was corrected?
Thanks
3
votes
1answer
97 views
3D imageView rotation by 360 degrees by user touch [closed]
We have a bike image. When a user swipes the image, we have to show the image in different angles.We have 60 images in a different angle for that bike,when user swipes left or right on ...
0
votes
1answer
240 views
Does iOS support Bluetooth SPP?
I want to develop an ios application that communicates with another bluetooth supported device via Bluetooth SPP.
Does iOS support SPP?
I checked iOS supported profiles bu couldn't see anything ...
0
votes
1answer
57 views
secure http calls in ios
How do I secure http call everytime I fire from my app and also it needs to have timeout so that any other user cannot use the same link from any browser.
I am looking for ios solution in particular ...
0
votes
3answers
135 views
When user press button show datepicker view and select date and then display as button title and further close datepicker view
I wrote this code. but not worlking...
Yes NSLog is saw proper date.
Datepicker also saw and select date. But when i select date nothing to changes on my button title and datepicker remain on the ...
-3
votes
1answer
62 views
iOS Can i play sound using local notification when app is in foreground [closed]
Local Notification sound is not playing when app is in foreground : I Used following code
UILocalNotification *notif = [[cls alloc] init];
notif.fireDate = [datePicker date];
notif.timeZone ...
0
votes
0answers
24 views
How to add the localization String file for dynamic library in ios
I have tried by using to create bundle. But I could not get success. I want to add the localizable string files for my dynamic library file. Please Guide me.
REgards.
Girija
0
votes
0answers
33 views
MKAnnotationView doesn't show custom pin
I'm implementing a custom pin for a map, the image is in te project's folder but didn't show.
Perhaps (and very likely) I'm doing something wrong.
The map displays and shows the pins (default red ...
0
votes
1answer
166 views
How autoresize view without auto layout in iOS
i have a problem that i can't understand with resizing view, my deployment target is iOs 5.0, so i have disabled autolayout in interface builder xib to make it compatible with iOS 5, but the view no ...
0
votes
1answer
83 views
Is this a bug in ios? [closed]
- (void)applicationWillResignActive:(UIApplication *)application
{
NSLog(@"resign active");
}
- (void)applicationDidEnterBackground:(UIApplication *)application
{
...
1
vote
1answer
67 views
Loading ViewControllers within Storyboard
I am using a side view controller setup using this : https://github.com/edgecase/ECSlidingViewController
The initial View Controller is loaded using the storyboard with an identifier of ...
0
votes
1answer
46 views
Why Isn't My UITextField Wrapper Being Displayed In UITableViewCell?
The issue is that my UITextField wrapper class isn't getting the UITextField to appear within a UITableViewCell (however, a regular UITextField view works just fine):
Here is my custom UITextField:
...
0
votes
3answers
54 views
How do I create a bold UIFont from a regular UIFont?
If I have a UIFont object, is it possible to convert it to bold? I don't know the font name, I just have a UIFont object. What I want is a function like
UIFont *boldFontFromFont(UIFont *input)
{
...
1
vote
1answer
100 views
how to find the “UIImagePickerControllerOriginalImage” and “UIImagePickerControllerReferenceURL” when downloading the image from net
I want to get UIImagePickerControllerOriginalImage and UIImagePickerControllerReferenceURL when i download and save image to the photo album..
Can anyone suggest the proper method to find those 2 ...
0
votes
0answers
26 views
ios5 z-index not working on fixed header
So i want my header to become fixed to the top of the browser on mobil applications at a certain point and then unfixed at another point. I've got it working just great on my desktop and the header ...
0
votes
1answer
73 views
Searching CoreData with the maps visibleRegion
I have several thousand locations stored in CoreData and I would like to search for locations that are within a Google Maps visibleRegion. I was previously doing a search with a bounding box but the ...
0
votes
0answers
21 views
Handle change/switch of icloud account iOS 5 [duplicate]
In iOS 5, how can we handle change/switch of icloud account? The URLForUbiquityContainerIdentifier returns the same url if we switch the account from userA to UserB. In iOS 6 we have [[NSFileManager ...
4
votes
3answers
195 views
Core Data - break retain cycle of the parent context
Let's say we have two entities in a Core Data model: Departments and Employees.
The Department has a one-to-many relationship to Employees.
I have the following ManagedObjectContexts:
- Root: ...


