Tagged Questions
0
votes
3answers
52 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. ...
0
votes
5answers
84 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
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
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
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
0answers
41 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
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
1answer
50 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
25 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
35 views
TableView as subview of UIView not appearing when app lunches in landscape mode
I am developing an application in which i created tableview as subview with two rows which contains label and textfield to take username and password from user.
I took help from this site to create ...
1
vote
1answer
47 views
Twitter search for hashtag
I'm trying to parse tweets using Twitter Framework, so I write the following code and it's working fine, but it's not Synchronous.
Now I'm trying to get all the tweets from #iOS.
I have used the ...
0
votes
0answers
26 views
For the same URL dataWithContentsOfURL: sometime returns nil & sometimes returns valid value [closed]
the url is pointing to a jpg. the url can be opened through the web browser & "curl -v url" returns valid values.
However, Say i am requesting imageURL1 & imageURL2, in code when i open the ...
0
votes
0answers
40 views
How to retrieve jobs from linkedin api in objective c?
Hi iam working with linkedin api in Iphone (Objective-C). Now Iam getting the details of network updates such as who are connecting with me and who are sending messages to me and also what iam sending ...
0
votes
1answer
38 views
Can we show more than one view with navigation bar having different controller as subview to another view?
Currently i am working on project in which i need to show multiple table view as a sub view to view (say view A). I have UIViewController as controller for view A. I created 3 more tableView (say view ...
0
votes
1answer
46 views
Download entire website
I want to be able to download the entire contents of a website and use the data in my app. I've used NSURLConnection to download files in the past, but I don't believe it is capable of downloading ...
0
votes
1answer
25 views
Sending a mail without using MFMailComposeViewController
I'm trying to create a contact us form and the given feedback should have to send through a configured mail address.But my main concern is sending the feedback without using ...
0
votes
2answers
34 views
how to disable UIMenuControll (cut,copy,paste,select all,delete) in UIviewController subclass?
i have implemented many methods but paste doesn't hide. i am using Xcode Version 4.5.2
-(BOOL)canPerformAction:(SEL)action withSender:(id)sender {
UIMenuController *menuController = ...
0
votes
0answers
47 views
How to rotate uiimage without stretchable in objective C [duplicate]
How to Rotate UIImage in objective C without stretchable and how to draw border for uiimage not uiimageview
-1
votes
2answers
39 views
iOS - Payment solution for booking and payment through credit card
I am working with an application which is basically based on booking of some services, in which the customer can pay via his card while booking for the particular service (say hire a car), how to ...
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
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
57 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
2answers
75 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 ...
0
votes
1answer
50 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
1answer
67 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
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 ...
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 ...
-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
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 ...
1
vote
1answer
52 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 ...
1
vote
2answers
144 views
respondsToSelector: not working for delegate
I am new to iOS world and have run into an issue while trying to pass a value from a TableView back to the home controller.
The scenario that I am working on is
Home Controller has a button
...
0
votes
2answers
69 views
Newbie: about ios / objective -c variable definition in a class
I am new in objective-c and iOS development. I have a simple question to ask:
I saw in some iOS class implementation file, people use the code like below:
@implementation BIDMyController
- ...
4
votes
4answers
105 views
removing keyboard from Screen without calling resignFirstResponder
I have a custom View (NotifyView) added on UIWindow with a dismiss button(which remove it from UIWindow).
This view is added when a PUSH notification comes in didReceiveRemoteNotification
there are ...
0
votes
1answer
51 views
Background of View inside UITableView which is inside UITableViewCell
I have a UITableView inside UITableViewCell. The inner tableview is of size 5 with each cell contentview of different background color and is editable.I'm able to reorder the tableviewcells of inner ...
0
votes
2answers
78 views
Ordered Sets and Core Data (NSOrderedSet)
I have a list of share prices with the properties dateTime and value.
Currently I am sorting the share prices when fetching them using a sort descriptor.
Now, I would like to change my code and ...
1
vote
1answer
77 views
Post data on web server with web service
Hello I am tying to save data on web server with a web service implemented in PHP.
I am trying below code to do it. I am getting response from server but the data is not getting saved to server. I ...
0
votes
3answers
54 views
Printing and saving a web page Using iPhone
I want my WebView to save as image or pdf of any formate,
I tried with saving the web page using the code :
UIGraphicsBeginImageContext(WebPage.frame.size);
[WebPage.layer ...
0
votes
0answers
55 views
Move to next Dynamically created UITextfeild
I am generating dynamic textfeilds and want to move to the next textfeild
i have two sets of textfeilds both containing 3 textfeilds(sets are x and ƒ(x)) what i want to do is if i entered x and hit ...
0
votes
1answer
33 views
Common toolbar and selectors. Do I need to copy the code every time?
I decided to have a custom toolbar within my navigation controller. To do so, I created this common toolbar class, which every single one of my view controller will add to its navigation item.
...
0
votes
3answers
59 views
How do I calculate date count difference between my app installed and device date from objective C [duplicate]
How do I calculate date count difference between two days in objectice C formate.
0
votes
2answers
51 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 ...
0
votes
2answers
67 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 ...







