Iphone app's
Sunday, 2 February 2014
Adjust size of the image programmatically-Taj
UIImageView
*imageView = [[
UIImageView
alloc
]
initWithImage
:[
UIImage
imageNamed
:
@"taj.jpg"
]];
imageView.
frame
=
CGRectMake
(
50
,
100
,
217
,
217
);
self
.
view
.
center
=imageView.
center;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment