UIKit
45 subscribers
4 photos
73 links
iOS Dev
Download Telegram
Channel photo updated
What is the best approach to implement feature toggles for native mobile apps? https://www.quora.com/What-is-the-best-approach-to-implement-feature-toggles-for-native-mobile-apps
Introduce a new expression #selector that allows one to build a selector from a reference to a method 👍
control.sendAction(#selector(MyApplication.doSomething), to: target, forEvent: event)