Questions tagged as 'iphone'

1
answer

Error compiling code using the MP3 conversion libmp3lame.a

Someone could help me, I'm having a problem while running my app on Iphone 6 I use a library to convert audio to mp3 called libmp3lame.a , but I can not compile, the warning follows. ld: warning: ignoring file /Users/Abound/Desktop/Projeto Si...
asked by 19.10.2015 / 01:22
1
answer

Xcode Projects with Images.xcassets

In iOS projects created by Xcode, you have a "folder" called Images.xcassets , that is, an Xcode assets catalog. In this catalog, I add an image to a UIButton for example, and this image I'm forced to keep it within the project? Or...
asked by 07.08.2015 / 14:00
0
answers

Tool to evaluate the energy expenditure of the applications that are running on the Iphone [closed]

I researched and was not successful, so I decided to come here to ask for your help. I wonder if you know of any tool / application that can evaluate the battery power expenditure of the applications that are running on the Iphone. That is, list...
asked by 25.06.2015 / 02:23
0
answers

Remove events from the message queue

How can I prevent my class (UIView) from receiving a ring event when there are still events of the same type in the message queue?     
asked by 21.05.2015 / 12:24
0
answers

Problem with navigation between IOS screens

containing tabbarItem where each has a UINavigationViewController responsible for browsing between screens, but UITabbarController is like rootViewController so I can even navigate between screens but using only the navigationB...
asked by 25.05.2015 / 22:13
1
answer

Property getting nil

I'm facing an issue where a property is getting nil with no explanation. NSMutableArray * lojas = [[NSMutableArray alloc] init]; for (int x = 0; x < lojaResultado.count; x++) { NSDictionary * listaAtributos = [lo...
asked by 20.05.2015 / 21:01
2
answers

Install IPA using Swift

I am developing a jailbreak APP , I would like to know how to install a .ipa that I downloaded from my server to install on my device (iPhone and iPad) . My application does not promote piracy, it just downloads other apps from the same develo...
asked by 09.11.2014 / 21:40
0
answers

How to collect iPhone Internet usage information with Xamarin / monotouch

I need to collect internet usage information on the iphone, the code in C # below that I'm using only returns me zero values. Am I using the right class? Is there any reference I need to add in xamarin? In mono I get 3 types of classes,...
asked by 07.10.2014 / 14:15
1
answer

Problem with Core Data on iOS 7

I have a problem between iOS 8 and iOS 7. I am using Core Data, I have an entity called Pessoa ( NSManagedObject ), but when performing an update on the data happens a EXC_BAD_ACCESS , only this, no further description or erro...
asked by 20.02.2015 / 11:54
1
answer

Complete Range Argument in Swift 3.0

I was normally using this code in a Swift 2.0 project, then I decided to update the project to version 3.0 and adapt some functions that have changed ... Only the last "range" argument I can not adapt. Swift 2.0 code: if let range = string....
asked by 26.07.2016 / 00:56