Y
Hacker News
new
|
ask
|
show
|
jobs
by
drpancake
5238 days ago
IIRC passing Obj-C object pointers in C structs is disallowed or discouraged by ARC.
1 comments
DrJokepu
5237 days ago
You have to explicitly bridge them in or out of ARC and indicate the ownership rules. Sometimes, for example when you're interfacing straight C code, you have no other option.
link