开发者

how to close a method/function on iPhone xCode?

开发者 https://www.devze.com 2023-02-12 22:21 出处:网络
when your project is getting bigger and bigger we have to look for ways to make it more easy to read.

when your project is getting bigger and bigger we have to look for ways to make it more easy to read.

The point is, I want to close all my functions using any key short code in my Xcode, let see the picture attached to understand what I mean:

(I cannot set any picture becuase I need more reputation...)

Well I mean:

  > - (void) process开发者_如何学C1 {

  }

If we press on the row on top left, the process will get closed. How can I use a key short code to close all my functions/methods on my class (.m)?

Thank you!


Check the View→Code Folding menu for options and hot-keys.


I'm pretty sure it's here. You'll also find other cool stuff Hidden Features of Xcode

0

精彩评论

暂无评论...
验证码 换一张
取 消