-
Notifications
You must be signed in to change notification settings - Fork 0
Split Tabs examples into 2 and updated organization inside them #5
Conversation
brianjmoore
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like it overall! Does this need a clang-format pass? Looks like Xcode mangled the indentation on paste
|
Ugh. Yes. I'm the worst at that. |
|
Ready for review |
brianjmoore
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the formatting pass missed some of the files? Still seeing a few missing indents
|
|
||
| // Long tab bar with lots of items of varying length. Also demonstrates configurable accent color. | ||
| self.tabBar = | ||
| [[MDCTabBar alloc] initWithFrame:CGRectMake(0, 0, CGRectGetWidth(bounds) - 20.0f, 0)]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did clang-format miss this one? (and a few below)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. User error. I spent so long figuring out how to manually use clang-format that I missed all other files.
|
Ready for retest. |
The "content" is unchanged.