I am creating a POC in WatchKit and I found that I can use classes like OperationQueue
, Set
, Dictionary
, Array
, Data
etc in my Watch App Extension.
Does anyone know if all the iOS frameworks are included in WatchOS also?
I am creating a POC in WatchKit and I found that I can use classes like OperationQueue
, Set
, Dictionary
, Array
, Data
etc in my Watch App Extension.
Does anyone know if all the iOS frameworks are included in WatchOS also?
No; some classes are available on both platform and some are not.
Check the right column of the Apple documentation for the class you are interested in.
For example Dispatch
is available on watchOS 2.0+ while UITableViewCell
is not available on watchOS :