I need to set Rectangle inside CGRect.
how can i do that.
CGRect is a structure . so use CGRect pointer .and access or set their element using -> tag. hope it work.