How can I make Xcode complete correct types?
I do
UIImageView *bg = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0,
250, 250)];
bg.image = [UIImageView]
the UIImageView is autocompleted.
This is one of many examples. How can I customize autocomplete to be more
intelligent?
No comments:
Post a Comment