Tim Oliver
Tim Oliver
Hi @stepanov-standy! Thanks so much! I'm glad you like the library! :D Fine-grained rotations is something that's been requested ever since the very beginning (https://github.com/TimOliver/TOCropViewController/issues/3). I haven't added it since...
Oh! Fantastic idea @gerardojchv! That should be really simple to add too. I'm strapped for time, so if anyone else wants to take it up, that'd be great! :D
Hi @zahariadaniel16! Thanks! I'm glad you like the library! Hmm, can you please post your code you wrote when presenting this view controller so I can see exactly what aspect...
@bigfish24 Oh okay! I wasn't up to speed on the direction Sync's auth pipeline was headed. Sure! I'll take a look at that Facebook support class and see what is...
Just did a bit of extra digging. It looks like CloudKit allows external web servers to authenticate against it using a token exchange REST API. It should be relatively trivial...

Thanks a lot @jpsim! @mrackwitz has offered to help look into the server-side aspect of authentication as well. We'll keep at it! > Another likely scenario is that the login...
Alright. I think this is pretty much done now. It works as follows: 1. When `Connect to iCloud` is tapped, it first queries CloudKit to see if a Realm User...
@jpsim Yeah I mentioned that possibility as point 3 there. At the moment, the Sync Services code will search for an existing Realm tied against the user record ID itself...
@mrackwitz Cool! Thanks for that Marius! I tested it out, and it returns an `NSError` citing a partial record write failure. I've added it in now! @bigfish24 We're doing that....