Xcode: Possible to auto-create stubs for methods required by Protocol interface?

后端 未结 10 1116
心在旅途
心在旅途 2020-12-13 08:41

Coming from an Eclipse / Java background, one of my favorite features is the ability to quickly stub out all the methods required by an interface. In Eclipse, I can choose

10条回答
  •  爱一瞬间的悲伤
    2020-12-13 09:19

    I'm also looking for a way to generate method stubs for the protocols in my header file. I checked out Accessorizer and it looks to be a handy tool but unless I missed something I didn't find a way to get it to generate method stubs for a protocol.

    Eric, If you found another solution please post what you found. It's amazing to me that XCode doesn't already have this built into the IDE.

提交回复
热议问题