Klaus-Peter Dudas

Results 1 issues of Klaus-Peter Dudas

I wanted to suggest a tweak on the syntax, something like: ``` $(NSURLRequest)[@"http://apple.com"]; $(NSURL)[@"http://apple.com"]; $(UIColor)[0xff0000]; ``` This can be implemented with the following macro: ``` #define $(cls) (cls *)((id)[cls class])...