Ay: Mayıs 2018

IOS Notes

Posted on 17 Mayıs 2018 in Programlama by

To call a function when application becomes active NotificationCenter.default.addObserver(self, selector: #selector(didBecomeActive), name: NSNotification.Name.UIApplicationDidBecomeActive, object: nil) @objc func didBecomeActive() { print(“did

Must read iOS articles

Posted on 11 Mayıs 2018 in Programlama by

Debugging with xcode-8 https://www.raywenderlich.com/152276/intermediate-debugging-xcode-8 You can find pdf version of the page below Intermediate Debugging with Xcode 8 Adaptive layout

Sending firebase requests over rest client

Posted on 08 Mayıs 2018 in Programlama by

First of all a rest client should be installed to pc. You may use “advanced rest client” extension for chrome