Questions tagged as 'iphone'

2
answers

Reading .xlsm file (Excel) from my application

How do I read a .xlsm (Excel worksheet) file from my application? Basically I need to get the data from this worksheet. Take the value of each of the cells it has. Is there anything native for me to do this reading? Any library for...
asked by 01.12.2014 / 17:54
1
answer

Error creating TabbarController at runtime

I have a problem creating a Tabbarcontroller at runtime in objective -c , when I call the method that creates the tabbar occurs an error:    Thread 11: EXC_BAD_ACCESS (code = 1, addess = 0x3000000c) I think it's because I created a...
asked by 15.04.2015 / 15:24
1
answer

iPhone 5 and iOS 8 - Location Permissions

All devices are OK, the permission request for location usage (independent of iOS 7 or iOS 8) appears. Only the iPhone 5 does not appear. Permission request code: var versionString = UIDevice.currentDevice().systemVersion.stringByReplacingO...
asked by 14.01.2015 / 18:00
1
answer

indexPath does not match contents in tableView

I'm loading a tableView from a array loaded with arrays , this whole load process is working perfectly, however, when I update tableView ( reloadData ) with the same information and I have the scroll in the middl...
asked by 03.09.2014 / 22:46
1
answer

Copy SMS messages received by iPhone

I am wondering if there is a way to access SMS messages already received by the iPhone. If there is something like having access to contacts. I did not find anything talking about whether it is possible or not. But it is not for theft app no....
asked by 17.09.2014 / 17:04
1
answer

Keep on-screen banner layout between an iPhone 4 and an iPhone 5

I have a problem developing the app layout. In the storyboard, I've added UIImageView to display some images while the app is working. This image is at the bottom of the screen, like a footer. But when I simulate on a smaller screen iPhon...
asked by 31.07.2014 / 19:11
1
answer

Open HTML with link using NSAttributedString

I get a similar HTML from the server: "<br>Dummy text<br>Click <a href="www.google.com">Here</a>" No Click Here should be possible to click and open in Safari. I tried to implement the following code: (being textMsg...
asked by 22.09.2014 / 15:42
1
answer

Problem with collectionView

Hello, good afternoon. I'm facing a problem with collectionview swift, it just does not appear, I do not quite understand this issue, but it does not get into the cell collectionView routine, I do not know if it's really working well, so I'd...
asked by 22.10.2018 / 20:29
0
answers

Problem uploading with iPhone in a Cordova app

Hello, I'm working on a project where I have to serve an external and responsive website from a cordova app. It's almost all working as expected, but I'm having trouble uploading images on the iPhone. How it works on the site: After selectin...
asked by 26.07.2018 / 22:32
0
answers

UIWebView with local file, does not open the first time [Objective-C]

Hello, I'm new to Objective-C, and I took a project to maintain my company, do not condemn the idea was not my kkk But the following, we have an app that opens a UIWebView to a local file that goes bundled with the app. This always worked the...
asked by 24.07.2018 / 15:48