Fix documentation warnings.

This commit is contained in:
Doug
2021-07-02 16:46:27 +01:00
parent 3b6feb3583
commit f76db0baa4
5 changed files with 7 additions and 7 deletions
@@ -74,7 +74,7 @@
/**
init the segmentedViewController with a list of UIViewControllers.
@param titles the section tiles
@param viewControllers the list of viewControllers to display.
@param someViewControllers the list of viewControllers to display.
@param defaultSelected index of the default selected UIViewController in the list.
*/
- (void)initWithTitles:(NSArray*)titles viewControllers:(NSArray*)someViewControllers defaultSelected:(NSUInteger)defaultSelected