Questions tagged as 'ios'

1
answer

Build IOS app on phonegap build

IamnotabletobuildasimplecordappforIOS,wp8andandroidbuildaright,hasanyonehadthisproblemyet?Ialreadysearchedinseveralplacesandfoundnosolution.The.p12and.mobileprovisionfilesweregeneratedas link     
asked by 11.07.2016 / 22:27
1
answer

Fill object in Swift using data from a JSON return

I have a webapi that returns a list of proofs: { "Provas": [ { "Codigo": "11111111111", "Disciplina": { "Codigo": "111111", "Nome": "SOCIOLOGIA E EDUCAÇÃO" }, "Tipo": "SUB", "Correcao": "20...
asked by 20.07.2016 / 22:24
0
answers

Send files to S3 IONIC

I'm trying to use the link plugin to try to send the photos to S3, but I'm having a lot of problems , mainly that in tests in IOS it does not recognize the ImageUpload variable in the statement below var imageUpload = new ImageUpload (); S3...
asked by 01.08.2016 / 14:59
1
answer

JSON Array for object swift 3

Somebody help me and guide me, I'm studying iOS development and I put a "Alamofire" library with cocoapods to consume JSON until all right, but my JSON returns like this: { "results":[ { "id":7, "descricao":"Acupuntura",...
asked by 18.10.2016 / 16:33
1
answer

Import Function from a Pod - CoCoaPods Swift

I'm now starting with Swift (Xcode 7), I installed cocoapods, but wanted to know how to import the functions that exist in the pod to a new project.     
asked by 09.06.2016 / 21:15
1
answer

ReloadData in TableView Loading Wrong Image Swift 2.0

I have a tableview inside my ViewController, and I do some actions in each cell like expand and delete. When I do the deletion I give a reload to the table loading the data of a remote json, it proceeds with the deletion normally however the...
asked by 29.05.2016 / 16:30
1
answer

Image gallery lib

I'm looking for a lib image gallery in the image style below with page control . I tried to create one using page view and insert it into the screen part with a container , but it did not go well. I tried to use lib...
asked by 15.04.2016 / 02:44
1
answer

Pass array from a UITableView to another UITableView

Talk the guys! It is difficult to get the value of a array in a uitableview and move to another uitableview . There is no error appearing, but it does not print anything on the console when accessing the next uitableview...
asked by 17.04.2016 / 01:25
0
answers

Tap in UIButton between two UIViews

Good evening! I have the following problem: I have a UIView (1) that contains: A UIView (2) and a UIButton (3). The UIButton is half inside the UIView (1) and half in the UIView (2) (but in the tree it is inside the UIView (1)) and the vie...
asked by 18.04.2016 / 04:14
1
answer

UIPickerView 3 columns

I want to do a uipickerview with three columns, but only the first appears loaded other empty, I can not find the error if someone knows how to solve thank you. Here is the code: staticstring[]nomesPeso=newstring[]{"Back Squat",...
asked by 04.04.2016 / 18:21