9 Notes for me in April Swift 4.2
28Apr - 2019
1. if you found an error like "Use of undeclared type 'UIColor' " error Use of undeclared type 'UIColor', or Use of undeclared type 'UICgrect' all about 'UI' a solution is : maybe you forgot "import UIKit" 2. Set logo Uiimage in Navigation item title this example code for set navigation item change from title to image / your...