SAldous
SAldous
+1 interested in this. Please add!
yes please!
I created a pull request with this update: https://github.com/sudeepag/SAConfettiView/pull/38
@sudeepag any update on when you will merge this?
Odd, as you can see I only changed 2 lines of code! Looks like other Swift 3.1 changes are needed.
``` import UIKit import QuartzCore open class SAConfettiView: UIView { public enum ConfettiType { case confetti case triangle case star case diamond case image(UIImage) } var emitter: CAEmitterLayer! open var...
@rafagonc I've since switched to using SFSafariViewController, you might want to check it out.
By default iOS / Xcode will block non-secure sites. You can change this by going to your targets, Info, adding "App Transport Security Settings" and setting the "Allow Arbitrary Loads"...
Same here. Another user reporting it here too: https://developers.facebook.com/community/threads/277420072126056/ I get 388 warning messages like this: `Alignment (1) of atom 'anon-12' from '/Users/name/Library/Developer/Xcode/DerivedData/my_app-ehrzyohavjtbsogfcwjebrchpoas/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/FBAudienceNetwork/FBAudienceNetwork.framework/FBAudienceNetwork[arm64][393](NSMutableArray+META.m.o)' is too small and may result in...
Any update on this?