Вопрос

Looking at this article: http://www.galloway.me.uk/tutorials/singleton-classes/

I have implemented a singleton, my question is the oneway (not using ARC) is it supported in iOS 4.0?

Это было полезно?

Решение

Yes it is available, oneway is an objective c keyword, it does not relate to a given iOS SDK

Другие советы

This is a design pattern which will remain unchanged as and when technology changes. So you can use it easily.

Yes , oneway keyword is a compiler hint.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top