Tag Archives: SubView

Create rounded UIViews with shadow

So here is small tip how to create rounded UIViews with shadow. Create simple Window-based Application with name TestApp. Click on File->New file and select Objective-C class with UIView subclass and name it MyView Now open MyView.m and edit initWithFrame … Continue reading

Posted in iPhone, Tips and tricks | Tagged , , , , , , , , , | 3 Comments

UIImageView is moving view to 0,0

Today I had weird problem while creating one iPhone application. I have created one UIView and added one UIImageView to it and loaded it with Default.png image, but when starting the program whole view is moved up for 20px, it’s … Continue reading

Posted in iPhone | Tagged , , , , , , , , , , | Leave a comment