Parthib Biswas
Parthib Biswas

Reputation: 501

Creating custom automatic compile error/warning message in Xcode

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.

enter image description here enter image description here enter image description here

Upvotes: 3

Views: 359

Answers (1)

Halil İbrahim YILMAZ
Halil İbrahim YILMAZ

Reputation: 730

You can look to SwiftLint. Its looks like your library.

Upvotes: 1

Related Questions