RobS
RobS
@alfonsodev If your using CocoaPods try: `pod 'SAConfettiView', :git => 'https://github.com/Shanlon/SAConfettiView.git', :commit => 'c3d602ba939278d28cf7634d0cf5b38d113cd8d2'`
Can confirm this is still happening, iOS 12, iPad.
You could do something like: `if let players = map.JSON["players"] { // Set values } else if let friends = map.JSON["friends"] { // Set values } `
Thanks for the response, I have some ideas I will mock up and post them here. One feature I would like to add in is a trailing stop loss. Would...
I have written a class to handle an error response since I needed it for my own implementation: https://github.com/Shanlon/Alamofire-ObjectMapper/blob/master/Networking.swift