Create a Custom Operator For SwiftUI Bindings
Daily Coding Tip 264
I have a protocol called Obey because protocols are something that a type has to conform to. All types that obey the Obey protocol need a String called obey. In the case of MyType, this is simply the word OBEY in all caps. This is in reference to the Andre the Giant Has a Posse sticker campaign by Shepherd Fairey, bu…


