Brendan Lee
Brendan Lee
Yeap! If you add view controllers to the main storyboard, and set their Storyboard IDs, you can replace the lines in the ContainerViewDelegate class that looks like this: var AVc...
@danieldelouya I am not quite sure I follow what you are trying to do. Do you mean to have multiple UIImagePickerControllers that are adjoined that you can swipe between?
Thanks @Sun3 and @andrewv for the report. I have deleted the test target as you suggested Andrew. Let me know if that works for you (I was unable to repro...
@LuAndreCast Give this a try: ``` var xPos: CGFloat = self.view.frame.width * CGFloat(viewNum) self.scrollView.setContentOffset(CGPointMake(xPos,0), animated: true) ``` Where viewNum is the index of the view you would like to scroll...
@LuAndreCast Yes, sorry, allow me to give a more complete answer. The code snippet above that I mentioned is something that goes in the ContainerViewController. If you wish to access...
@dtp5 were you able to get the original code working correctly? I just grabbed a fresh copy of master, added 3 view controllers to the storyboard and placed in ne...
Hey @jaw111, what is accepted via the geometry datatType adheres to the GeoJson spec: [https://tools.ietf.org/html/rfc7946](https://tools.ietf.org/html/rfc7946), which is why we don't have it documented separately. Specifically, the following type are supported:...
Hey @tehandyb, This would not be possible just using the WDC API. However, you could (sortof) achieve this with a combination of the WDC and our Rest API. How that...