Questions tagged as 'swift'

0
answers

Error playing audio in video streaming

I'm trying to play a video streaming but is giving audio issues . On the Android platform, I have been able to reproduce it without errors and the web is also in a good quality. I have already taken several examples of projects that reprod...
asked by 16.06.2016 / 15:42
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

Swift - Move UItextField up when it is inside a UITableViewCell

Hello I'm trying to move up a UITextField when it's inside a UITableViewCell and the keyboard appears, but I do not have a TableViewController . The UITableView is within a% regular%. The code below works well fo...
asked by 24.05.2016 / 22:03
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

How to guarantee the type of value returned by a closure?

I can perform the requests with Alamofire, but I saw that it is not possible to use return within the scope of success. After a search, I saw that the solution is to use a closure pattern, to get the value of the request when it is finished,...
asked by 24.04.2016 / 06:48
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
1
answer

Swift - Problem with NavigationBar along with SearchController

I'm having a problem with NavigationBar when used together with SearchController . If NavigationBar translucent property is set to false NavigationBar exits the screen when SearchController is active....
asked by 14.04.2016 / 16:18
0
answers

TableView in UIView in Swift 2.0

I'm trying to create a table inside a view. So that when the user is in view1 and pressing a button open a smaller view2 within view1 and choose one of the data from the table and when loading carries the selected data to view1. I started by...
asked by 12.04.2016 / 18:31
0
answers

Application Crashing at runtime

I created three applications in Swift, they were working normally, but from time to time they stopped and I can not identify the error. I've researched a lot and I can not solve it. They work in the emulator, but when I try to install it on the...
asked by 24.03.2016 / 15:31