Questions tagged as 'ios'

3
answers

Waiting for remote audio extraction in Java

In my college project I have a small Java API that extracts audio from video files, where the URL of the video is passed and an MP3 file is returned, so far so good. I would like to keep a server performing the tasks of downloading the video...
asked by 07.07.2014 / 09:25
2
answers

viewDidAppear equivalent in apple watch

I need to present a small animation (a sequence of images) when my App starts. The willActivate method does not help me, because it is still not showing anything. Is there a notification or something to make sure you're already showing th...
asked by 15.06.2015 / 14:18
1
answer

How to save an image in the application cache and display later?

I was assigned to before launching the application displaying promotional images. Images are obtained through JSON, which also has a preview time setting. I am using the following code to store the image from a URL in the / Library / Caches /...
asked by 07.10.2014 / 20:12
1
answer

Load UIViewController

I have a UIViewController with the Black Background where it would be my main UIViewController (where the menu is and etc) and I do this: CredenciaisViewController *obj = [self.storyboard instantiateViewControllerWithIdentifier:@"Credencial"];...
asked by 08.10.2014 / 16:23
2
answers

Problem with NSDate

I have an IMObject class, in it I have an NSDate * StartDate field. I fill this field with a return of the database: (IMMutableArrayIMTable*)[databaseTemp retrieve: @"select * from table" withParams:nil forClass: [IMTable class]] In the XC...
asked by 27.05.2014 / 22:30
1
answer

Invoke touchInside method via SWIFT programming

Good evening guys, my doubt can be simple for many more I'm having a bit of trouble solving the same. Come on! I created a button (UIButton) and would like to know how I invoke an action when it is clicked via programming. I thank you for...
asked by 03.09.2015 / 04:19
2
answers

Call another screen after few seconds without user interaction

I need to put the following behavior in my app: After a few seconds without a user touching the screen, for example 10 seconds, the app will display another screen showing an image. And when the user touches the screen, the image screen disap...
asked by 30.07.2014 / 15:59
1
answer

JSON API cache in Xcode

I want to cache the JSON API from my Wordpress in my app. I want a cache of tableview cells and UIWebView for when in airplane mode or off or with bad signal, the user can still see. I tried caching with AFNetworking and NSURLCache...
asked by 02.08.2014 / 03:44
1
answer

Remove menu navigation controller

As I remove this gray menu from my webview I think it's something related to navigation controller n I'm sure     
asked by 31.10.2018 / 02:09
1
answer

Upload app to Apple Store

I'm trying to upload an app in the apple store using xCODE 8, but I get the message that it's no longer possible to upload to the apple store using xCODE 8. So I researched it, it's possible to upload apps using only version 9 or higher. Can any...
asked by 14.09.2018 / 13:34