Top "Nsvalue" questions

An NSValue object is a simple container for a single C or Objective-C data item.

Converting a CGPoint to NSValue

In CABasicAnimation.fromValue I want to convert a CGPoint to a "class" so I used NSValue valueWithPoint but in device …

objective-c iphone cgpoint nsvalue
How to wrap a Struct into NSObject

this is supposed to be trivial… I think, but I can't find a way how to wrap a Struct variable …

iphone struct nsmutablearray nsvalue
How do I animate opacity using swift?

Could someone please provide me with an example of animating the opacity of an Image View in swift?? I couldn't …

swift uiimageview core-animation cabasicanimation nsvalue
How to convert CGPoint in NSValue in swift?

As my question title says how can I convert CGPoint into NSValues so I can store then Into array In …

ios swift cgpoint nsvalue