How to set Rounded corner in imageView in iPhone
include this header file #import <QuartzCore/QuartzCore.h> CALayer *layer=imageView.layer; add this code in viewDidLoad [layer setMasksToBounds:YES]; [layer setCornerRadius:10.0];
Hi Friends this blog is basically about learning the programming skill. This Blog is all about programming , a small world of programming