Ay: Ekim 2018

Finding top view controller in swift

Posted on 11 Ekim 2018 in Programlama by

How to find visible view controller?

Thread safe variable usage in singleton (IOS-swift)

Posted on 04 Ekim 2018 in Programlama by

Thread safety is accomplished by having a computed property foo which uses an internalQueue to access the “real” _foo property.