개발/xcode
Xcode Mark lines : comment
lemonade
2020. 12. 20. 10:00
반응형
Xcode Mark Lines
Xcode Mark Lines allows to create a overview of sections within code. Xcode Mark Lines make it easier to quickly navigate through a relative big object. Xcode Mark Lines are added through commented code.
For addition, there are fixme and todo lines. Xcode parses those comments into chapter lines within the method navigator.
You could easily found comment in navigator.
When you can't find comment in navigator, check below before google it!
-
Use uppercase characters MARK
-
Only use two slashes //
-
Don’t forget the colon :
Happy codding :)
반응형