muizidn / FastUI

Swift is Fast! Your SwiftUI in iOS 8.0!
https://muizidn.github.io/FastUI
1 stars 0 forks source link

Merge FastUIKit framework #6

Closed muizidn closed 4 years ago

muizidn commented 4 years ago

The use of FastUIKit framework is to provide UIKit-subclasses that match the actual code description. This subclass will shows up in the Xcode view debugger hierarchy and we expect the there's no difference between the actual code and those that appear in the debugger navigator.

FastUI

Screen Shot 2020-01-28 at 08 56 51

FastUIKit Xcode Debugger Navigator

Screen Shot 2020-01-28 at 08 57 56

If it is possible to govern how Xcode display those classes, we can merge them to the main framework.

muizidn commented 4 years ago

Let's prefix them by _ first, and we'll talk with Xcode developer! 😎