Can xcode insert stubs for all the methods you have to implement?

If you need certain functionality, you need to implement methods, is it possible for xcode to insert stubs in it to do this?

i.e. sometimes you do something like:

UIViewController  <blah>, <blah2>

How do you need to implement, for example, delegate methods and data source methods, is it possible for xcode to drown them out?

+3
source share
2 answers

In my experience, this is not possible. (However, you might get another answer that has some tricky solution.)

, , , , , .: -)

+1

XCode 4 - . , XCode . , -, , (Mac iOS, 99 ), .

, , 3 4 , , ' .

0

Source: https://habr.com/ru/post/1788322/


All Articles