Questions tagged as 'ios'

1
answer

How to get nearby zip codes via Geolocation or GPS on IPhone?

I'm developing a delivery application, but I'm having trouble getting the auto-post through my location. Using the IOS CoreLocation library, I even get the zip code, but only the first 5 digits, and in some places NULL is returned Is th...
asked by 14.04.2015 / 14:34
1
answer

Automatic cell size in Swift

Hello, I have a project that has a tableview with custom cells, until Swift 1.1 method tableView.rowHeight = UITableViewAutomaticDimension in viewDidLoad and number of lines in 0, were already enough for my adapt to the character...
asked by 07.06.2015 / 21:17
1
answer

Implementation in class C-objective Car

I have this code and would like to know if this implementation is valid in Objective-C. @interface Carro : NSObject @property (copy, nonatomic) NSUInteger ano; @property (copy, nonatomic) NSString *modelo; @property (assign, nonatomic) NSUInt...
asked by 09.04.2015 / 00:34
1
answer

NSObjectInaccessibleException - Deleting all objects from an entity - NSFetchedResultsController

I have a function responsible for deleting all the items of an entity: func removeItens() { if let managedContext = managedObjectContext { let fetchRequest = NSFetchRequest() let entity = NSEntityDescription.entityForName(...
asked by 02.02.2015 / 15:30
1
answer

AppStore Renewal

Hello, I wanted to launch an application but when I went to the membership of Apple it said that it was expired .... so I renewed it and now I can not add the application. Does anyone know how long I have to wait for my Developer Membership to b...
asked by 06.07.2015 / 09:36
1
answer

Format Brazil currency in Objective C

I have a string already formatted, I would like to convert it to float and then to a number formatted for currency. input output 1234.1 1234.1 or 1234.1 input output 1.234.10 1.234.10     
asked by 03.01.2015 / 15:32
1
answer

iAd interstitial - close button

I'm trying to include a fullscreen iAD in an app, but the advertisement screen is showing up without the close button, the question is whether I have to do it by hand or have any hidden options for it? I found older things about this, but I d...
asked by 05.03.2015 / 04:52
1
answer

How to use icon in a UIButton

How do I put an icon in UIButton through .storyboard ? Through .storyboard you have the options of UIButton between them you have the image option where I can tell a path to an image for the button. But I'd l...
asked by 03.12.2014 / 13:44
1
answer

Bar code of a consumer account

When I pay for a consumer account (water, electricity, telephone), the bank shows me the operator's name, value, etc. How do I know what exactly these fields are and how (some library) could read them and get the name of the operator and what...
asked by 18.03.2015 / 18:40
1
answer

Show images with Cover Flow effect in Objective-C

I'm looking for a library that lets you display images with Cover Flow effect. But I have seen that the libraries that the staff have used are "third parties." I wonder if there is a native Objective-C class, framework or API, or Apple's own...
asked by 29.09.2014 / 16:22