I've just noticed that xcode is no longer prefilling for me. For instance I want to write
CGRectMake (self.frame.size.width, ...);
Xcode is not prefilling the .frame and so on. Not only this but if I write it, it gives me error and tells me
object 'frame' not found on...
I mean, what on earth happened here?. The code I had already written is alright, compiling and no problems.
Any ideas?
maybe it should be self.view.frame
?