Nawar
Nawar
Thanks for letting me know, I figured as much. On Feb 27, 2015 12:14 PM, "Adam Nalisnick" [email protected] wrote: > I haven't been doing a ton of Swift recently, so...
Just jumping into this conversations, I've also hit this when trying to work with the Perfect's example which integrates with Turnstile. My use case is, I want to return the...
@edjiang I tried that already. In Perfect's Realm implementation, they are trying to return the `Account` in their `register()` and `authenticate()` functions as you can see below ```swift public func...