This is a nit, but consistent indenting is helpful for others reading your code (and your future self!). You can select a block of code, or everything (Cmd + a) and then let Xcode reindent with (Ctrl + i). I think there's a way to get Xcode to automatically reformat when you save a file, but I don't remember exactly how. Might be a plugin. (I'd Google for an answer to this. :) )
https://github.com/Nagisa-AC/Flixter_4/blob/55b210bc6a267e674b58ec5d2b526b8ea0013a8e/Flixer_4/MovieViewController.m#L69
This is a nit, but consistent indenting is helpful for others reading your code (and your future self!). You can select a block of code, or everything (
Cmd
+a
) and then let Xcode reindent with (Ctrl
+i
). I think there's a way to get Xcode to automatically reformat when you save a file, but I don't remember exactly how. Might be a plugin. (I'd Google for an answer to this. :) )