Skip to content
This repository was archived by the owner on Sep 27, 2022. It is now read-only.

Commit 52b8d96

Browse files
willlarchebrianjmoore
authored andcommitted
[Tabs] Making delegate methods all optional. (#8)
1 parent 1eb2725 commit 52b8d96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/Tabs/src/MDCTabBar.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ IB_DESIGNABLE
137137
*/
138138
@protocol MDCTabBarDelegate <NSObject>
139139

140+
@optional
141+
140142
/**
141143
Called before the selected item changes by user action. This method is not called for programmatic
142144
changes to the tab bar's selected item.

0 commit comments

Comments
 (0)