0
votes
0answers
7 views

UICollectionView scrolling is slow

I have just created a UICollectionView in which The user can add images from their phone to the photo album feature in the app. I have the images save to the a subdirectory in the documents directory ...
0
votes
4answers
18 views

Create string based on characters expected

I would like to create a string based on the number of characters passed in. Each character passed in will be a "X". So for example, if the length passed in is 5, then the string created should be ...
-1
votes
1answer
21 views

Styling ipad/IOS app [closed]

Are there any good tutorials out there on how to make your iOS app look good? Right now I have something with pretty much the functionality that I want but it looks ....unprofessional. I don't know ...
0
votes
0answers
12 views

iOS Model layer access restful web services pattern tutorial

I have read numerous articles on how to get data from a web service and k ow how to do that. I am wondering how the model layer should be set up to do the accessing of the web service. What pattern, ...
0
votes
0answers
23 views

Interpreting iPhone Crash Log / Stack Trace

I'm using the TestFlight SDK and have received several crash reports identical to this one. However, I'm having trouble understanding it, and what the underlying cause of the crash is from the ...
0
votes
1answer
33 views

How to resolve multiple NSURLconnection with separated data

I have 2 separate NSURLConnection. NSURLConnection * connection_users; NSURLConnection * connection_cards; Then i created the data with parameters, etc. and I finish with: connection_users = ...
0
votes
1answer
13 views

Deleting the proper CCSprite from an array in a schedule

Before I explain my issue, I made this very not neat illustration of how my project works - My issue is - when the time that I want to check damage is up, I want to delete that object from the ...
0
votes
0answers
14 views

Where do we find the “Restrospector” tool mention in WWDC 2012 Session 208?

WWDC 2012 Session 208 is about UIKit state preservation and restoration. Pretty much at the end the debugging tool "Restrospector" is mentioned. It should visualize the persisted state on disk. The ...
0
votes
3answers
29 views

Passing NSArray to Detail View using Plist?

I'm currently using the following plist to create a drill down table view. However, I'm having problems passing the array of children over to the DetailViewController. <plist version="1.0"> ...
0
votes
1answer
50 views

Two UITableViewCell have the same indexPath?

I have a problem like this: I have a table view. when i click on a cell (or row), the cell will add 2 more buttons and re-size. This function it work fine! The problem is when i click first row, ...
1
vote
2answers
24 views

Create Horizontal List of Vertical Table Views

I'm trying to create a view that will list different events on a per-day basis. In the header of the event table will be the date, and the rows of the table will be all the events on that date. Also ...
0
votes
1answer
24 views

xcode using Localizable.strings instead of InfoPlist.strings

I recently localized my first app which did not initially work. After much experimentation I discovered that it required a localized file Localizable.strings instead of the default InfoPlist.strings. ...
0
votes
0answers
12 views

Animation time of UICollectionView on deletion of cell in iOS

I am using collection view for the very first time i need to delete the cell of the collection view on click.which is working properly for me.But i am struggling with the animation time of ...
0
votes
0answers
14 views

Weird behavior with application life cycle

didFinishLaunchinWithOptions has HomeViewController which is made as the root for the navigation controller. HomeViewController has a tableview and gets populated through fetch request in ...
0
votes
1answer
12 views

Can't access parentviewcontroller's properties

Here's a quick and dirty question: I have a "main" view controller (VC) which is opened up from a parent VC, that uses a navigation controller. Then I have a "sub" VC that is opened (modal segue) from ...
0
votes
1answer
22 views

Alternative Data-Binding library for Objective-C? (like AngularJS)?

Data binding is an awesome abstraction. I use it all the time in AngularJS and it makes apps much simpler. I'm trying to write an iOS app that uses data binding extensively (a game in this case), but ...
0
votes
1answer
20 views

__NSCFString objectForKeyedSubscript: exception

I take datas from server. My app work fine in Sinulator and test device iPhone 4s, but one man have problem on iPod 4. He get exception: -[__NSCFString objectForKeyedSubscript:]: unrecognized ...
0
votes
2answers
18 views

CCSprite won't add itself to NSArray

I am trying to add an CCSpriteto an array so I can do stuff with in another method. The array is just simply declared in the @interface like this NSMutableArray *currentBombs; . I then try to add the ...
-1
votes
0answers
20 views

MKMapView draw path since Google Maps change?

I've searched about drawing paths on the MKMapView but most answers refer to before the switch from google maps. So my question is, is there a new solution to drawing paths on the MKMapView since ...
0
votes
1answer
19 views

Is there a way to change what the disclosure button in Apple Maps does?

I have tried to use MapView, but after finding out that I won't be able to add directions, I am switching to Apple Maps. At first I wanted to add a navigation bar so that I could go back to my app ...
-2
votes
1answer
50 views

How to inherit static variable in Objective-C from the parent class to the subclass?

How to inherit static variable in objective c from parent class to subclass or use static variable in other class? Objective-C: how to delcare a static member that is visible to subclasses? i ...
0
votes
2answers
21 views

Global Pointer Memeory usage

I want to clear my basics about global pointer memory, Can some body help me to understand the memory impact of a Global constant; // This is define out of interface on top of .m file NSString ...
0
votes
1answer
14 views

Open Apple map with navigation bar and barbuttonitem

I have some code that opens Apple Maps when I push a button, but I would somehow like to implement a navigation controller at the top of the screen so that I can go back to the previous page. Is it ...
1
vote
1answer
29 views

Getting iPhone Auto-Lock Setting

Is it possible to ask the OS via code if the Auto-Lock and or Password Lock is enabled on the device? A secure app I am making needs to warn the user if these are not set.
2
votes
0answers
30 views

Extra height of popover's content view

I open UIPopoverController popover with UITableViewController as it's content view controller. Popover has the proper size, and it's content view at first glance adjusts correct, but if I try to ...
0
votes
2answers
38 views

Tab Bar with Large Icons

I am wondering if there is a way to accomplish a tab bar with only large icons, I have attached an image below for reference. I am not interested in creating my own tab bar controller, and managing ...
1
vote
1answer
25 views

NSFetchedResultsController's delegate method handling

I have UITableView with NSFetchedResultsController attached to it. FRC's delegate methods work perfectly and everything is nice, but my cells have custom backgrounds that depend on the position of the ...
0
votes
2answers
27 views

Failing to import c-file in objective-c

I'm currently trying to compile my project just after adding some C code. I'm using the Paul Kocher's blowfish algorithm implementation available on Bruce Schneier's website. Since I included ...
-1
votes
0answers
45 views

why my latitude and logitude is 0 my simulator location is 37.785834 -122.406417 [duplicate]

what change i should to to get my current location longitude and latitude i imported corelocation.h?can i use map kit to find my current location if yes how? - (void)viewDidLoad { [super ...
0
votes
1answer
26 views

Calling UILocalNotification from Main.m

I'm not sure if this is possible but I'm trying to fire a UILocalNotification from a function running on Main.m. So far I tried a couple of different ways but I'm a bit confused on who must present ...
1
vote
3answers
46 views

How can I force a UIButton to be released (even if the user is still holding it?)

So, I have a button in my app that when held down, it will record frames from the camera. When the button is released, the output is processed. There is also a 10s max for videos - so after that time ...
0
votes
3answers
49 views

NSDate of the week

I an using the current methods to get the first and the last day of the current week: NSDate *weekDate = [NSDate date]; NSCalendar *myCalendar = [[NSCalendar alloc] ...
0
votes
0answers
29 views

Sort Descriptor for string match?

I'm using a NSFetchRequest for searching for users. In addition to sorting the results by name alphabetically on first name or last name partial matches (which I am already doing), I would like to ...
0
votes
1answer
21 views

Changing text on automatically created button in navigation bar

I've been a lurker for some time on Stackoverflow, and here is my first iOS post. I am implementing a UINavigationController programmatically and am using it for the default back buttons. The text ...
1
vote
0answers
33 views

Get notified when UIImage *actually* updates

When loading large images to a UIImage's setImage method, it can sometimes take a few seconds for the UI to update. Is there anyway to get notified of when the image is actually displayed to the user? ...
0
votes
1answer
29 views

Setting Specific UITableView rows to push in a specific detail view?

I currently have 7 rows in my UITableView and I'm using segues to push in a detail view. However, I currently have two different view controllers, and want something like this: If row 1 and 2 are ...
1
vote
1answer
18 views

Why MKStoreKit isSubscriptionActive method is always returning NO?

Working in an app that uses StoreKit through MKStoreKit, I have noticed that the method for checking if a subscription is still valid is always returning 0 (NO or false). I've tracked the error and ...
1
vote
3answers
67 views

Do we have to set all properties to nil in -init or is this happening automatically?

I always believed that the runtime automatically initializes all properties with nil when an object is created. But the release build for the App Store is different than the debug build during ...
0
votes
1answer
20 views

How to map a NSArray with NSStrings in the request (RESTKit)

I got a problem with a request mapping in Restkit 0.20. I want to put a NSArray with NSStrings into the request under the the key "mails" e.g.: {mails:[@"first@gmail.com",@"second@gmail.com"]} So, ...
0
votes
3answers
39 views

Save image somewhere and use it in another ViewController (iOS)

I've written some code to make a screenshot of the view. I write that image to the photo library. But the thing is, I want to use that image in an other imageView in another ViewController. How can I ...
0
votes
0answers
450 views

iOS singleton shared instance and loading remote json data

This is my situation: // data.m @property (nonatomic, strong) NSMutableArray *jsonData; + (Data *)sharedData { static Data *sharedData; static dispatch_once_t onceToken; ...
1
vote
0answers
30 views

AVPlayerItem: KVO for multiple tracks

I've been trying to register my AVQueuePlayer items for KVO at the time of initializing. Below, the items in itemArray have all been properly created with URLs. After the code the queueList is added ...
0
votes
1answer
17 views

How to find out if DDXMLElement has a value?

I have a XML WebService (and no chance to change this) elements can be empty but I see no obvious way to do this using KissXML. Is there a way to prevent app crashing if ...
2
votes
1answer
21 views

IOS virtual channel tutorial

I am writing an application for iPad that will need to communicate to a server through a TS connection I have(the application) to able to pass RDP Settings and data to server. Virtual Channels seems ...
0
votes
1answer
19 views

in_reply_to_user_id always being returned as null

Hi all I am trying to reply to a particular tweet via my app. Here is the code : NSMutableDictionary *parameters = [[NSMutableDictionary alloc] init]; [parameters setObject:[[myAccount.currentTweet ...
1
vote
1answer
56 views

Faster way to load Images in Collection View

I have a little flow problem with my UICollectionView. I want to display PDF's thumbnails just like in Apple's iBook app, when I scroll my collection view I can see it's not really smooth. Here is the ...
1
vote
1answer
40 views

MFMailComposeViewController only presented after second tap

I want to present a MFMailComposeViewController from a modal view controller. Basically this method works, but it does not work reliably: -(void)sendMailTapped:(id)sender{ [self ...
0
votes
5answers
37 views

objective-c freezes after sending to web service

I have worked so hard to write an IPad app, it takes 3 photos and send them to a .net soap web service. It sends the photos properly, I can see them in my server. But the problem is when I click the ...
0
votes
2answers
44 views

NSDateComponents comparison

I would like to compare to NSDates but only with regard to hour and minute. The first date is given from an array, the second one is the current. I didn't arrive with this method: NSDateComponents ...
1
vote
1answer
36 views

Calling NSXMLParser from static method does not parse

I'm trying to build a nice little class with NSXMLParser for my needs. I'm calling the class this way: ViewController.m: [IDAN_XML_Parser setXmlString:soapMsg]; [IDAN_XML_Parser ...

1 2 3 4 5 978