Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kattrali
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
kattrali
10y ago
> 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: http://sa
2.
▲
by
kattrali
10y ago
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 using NSBundle resourc
3.
▲
by
kattrali
13y ago
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: https://github