> How do you subclass an ObjC class from Rust — say, to create a delegate for a UI element? The objc::declare module includes ClassDecl, which enables registering a new Objective-C class. objc::declare documentation:…
You can take either approach. I opted to do it in code[0] as a personal preference since it reduced the amount of time spent jumping between Xcode and Vim, but creating a xib or storyboard and referencing it from Rust…
Alcatraz isn't a CocoaPods wrapper, it is an installer for Xcode customizations like plugins and color schemes. You can use it to install a CocoaPods Xcode plugin to handle installing and updating pods though:…
> How do you subclass an ObjC class from Rust — say, to create a delegate for a UI element? The objc::declare module includes ClassDecl, which enables registering a new Objective-C class. objc::declare documentation:…
You can take either approach. I opted to do it in code[0] as a personal preference since it reduced the amount of time spent jumping between Xcode and Vim, but creating a xib or storyboard and referencing it from Rust…
Alcatraz isn't a CocoaPods wrapper, it is an installer for Xcode customizations like plugins and color schemes. You can use it to install a CocoaPods Xcode plugin to handle installing and updating pods though:…