Como armazenar objetos CGRect em um NSMutableArray e, em seguida, recuperá-los?
iphone
nsmutablearray
core-graphics
Krishna Chaitanya Bandaru
fonte
fonte
O que você acha dessa forma de armazenar as datas do CGRect?
fonte
Nós armazenar o
CGRect
,CGPoint
,CMTime
objetos em umNSMutableArray
,[arrayName addObject:[NSValue valueWithCGPoint:MyCGPoint]]
[arrayName addObject:[NSValue valueWithCGRect:MyCGRect]]
[arrayName addObject:[NSValue valueWithCMTime:MyCMTime]]
[arrayName addObject:[NSValue valueWithCMTimeRange:MyCMTimeRange]]
fonte
fonte