Santiago Garcia Santos

Results 3 comments of Santiago Garcia Santos

Here is what it should look like when it starts: ![img_3912](https://user-images.githubusercontent.com/28734546/51992036-355c7900-24a4-11e9-9977-5572038a2d26.PNG) This is what I get ![img_3910](https://user-images.githubusercontent.com/28734546/51992038-35f50f80-24a4-11e9-9381-a6bc79cc51b4.PNG)

Here's the code I use to make the pullUpController. ``` private func makeViewController() -> ViewController { let currentPullUpController = children .filter({ $0 is ViewController }) .first as? ViewController let pullUpController:...

@arielelkin Any ideas on a good swift alternative to use?