Reputation: 501
I've been creating a library and I thought of adding a feature where if a user tries to do something funny, XCode will show an error/warning message that pops up in red/yellow boxes respectively, automatically. I've been trying to find resources related to this, but I've been unsuccessful. To be more clear, I've been trying to create custom messages in situations like these images below.
Upvotes: 3
Views: 369
Reputation: 740
You can look to SwiftLint. Its looks like your library.
Upvotes: 1