Questions tagged as 'swift'

0
answers

Get iPhone Date and Time setting using Swift

How to get iPhone Date and Time setting using Swift? I need to know if automático is true, to take a specific action in the app.     
asked by 11.07.2018 / 22:10
1
answer

UITableViewController cells are blank / Somem when scrolling to TableView

I'm having a problem with my tableviewcontroller, as I update some data in a textfield or roll down it goes away with some cells, if I scroll up and down hiding the cell that disappeared it appears again as if I have reloaded, I tried to reload...
asked by 06.07.2018 / 18:22
0
answers

Ring event not recognized in UITextField in UIView within UiScrollView

I have a custom text field that is inside a view that is inside a scrollview, the touch event apparently does not work when I put the parent view of it inside the Uiscroll view, which can be follows the code: func loadScrollView() {...
asked by 06.07.2018 / 16:58
0
answers

How to get GPS coordinates and GPS speed using Objective-C or Swift?

#import "GetLocationViewController.h" #import "LocationDetailViewController.h" #import "SetupViewController.h" #import "CLLocation+Strings.h" @interface RoutePoint : NSObject { NSString* number; } @property (nonatomic, copy) NSString *speed; @e...
asked by 14.06.2018 / 15:19
1
answer

Should I use tableview, collectionview, or scrollview when dealing with vertical items different from each other in XCode?

Good evening, I started learning Swift a short time ago and I'm trying to develop an app in XCode. Today I found the following situation: I need to make a list of information in which it is possible to scroll down, in addition to being able t...
asked by 15.04.2018 / 01:45
1
answer

Input type file in webview - Xcode

I created a webview of a page that contains an input type file to upload photos, however, in the webview of the Iphone, when I click the button to upload the photo, it opens a menu only with the option "Photos of the gallery", and does not give...
asked by 06.03.2018 / 16:49
1
answer

Invalid swift error when apple tries to process app

Hello! I'm trying to publish an app in the Apple App Store. The build does normal and also does the normal archive, but after processing in the apple, it returns the following error: Invalid Swift Support - The expected dylibs are missing from t...
asked by 08.02.2018 / 21:58
0
answers

SWIFT Image Gallery and Firebase Storage

Good afternoon, I am finalizing an APP developed in Swift 4 , with Xcode 9 and Firebase . I can log in with Firebase, and send email through my App, what I need to do, which I'm not getting at all is how to mount an image gallery, with the...
asked by 25.01.2018 / 17:30
1
answer

Swift 4 http get and iterate the JSON response

Hello, I'm learning Swift and I'm doing a GET request via URL that returns me a JSON with this structure. { "data": { "response": [ "https://s3.amazonaws.com/meusite/minhapasta/banners/banner-01.png", "https://s3.amazonaws.com/meusite/minh...
asked by 10.12.2017 / 17:21
1
answer

Create entity programmatically and save in core data

Hello, I was wondering how I can save an entity in the core data programmatically. I tried the following procedure: Passing Parameter MatchCoreData().createEntity(name: "Partidas123") Func creating entity (I believe it's missing sa...
asked by 17.10.2017 / 18:41