Skip to content

Commit

Permalink
Added swizzle for UINavigationItemView as a way of getting the title …
Browse files Browse the repository at this point in the history
…easier

git-svn-id: http://uispec.googlecode.com/svn/trunk@69 63d4da46-1340-11de-a72a-edd3f5372759
  • Loading branch information
cory.m.smith committed Feb 19, 2010
1 parent 499cae9 commit 04c3736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dsl/ViewFilterSwizzler.h
Expand Up @@ -5,12 +5,12 @@
UIQuery *textField, *navigationBar, *label, *button, *navigationButton, *alertView, *textView, *tableView, *tableViewCell,
*toolbar, *toolbarButton, *tabBar, *tabBarButton, *datePicker, *window, *webView, *view, *Switch, *slider, *segmentedControl,
*searchBar, *scrollView, *progressView, *pickerView, *pageControl, *imageView, *control, *actionSheet, *activityIndicatorView,
*threePartButton, *navigationItemButtonView, *removeControlMinusButton;
*threePartButton, *navigationItemButtonView, *navigationItemView, *removeControlMinusButton;
}

@property(nonatomic, readonly) UIQuery *textField, *navigationBar, *label, *button, *navigationButton, *alertView, *textView, *tableView, *tableViewCell,
*toolbar, *toolbarButton, *tabBar, *tabBarButton, *datePicker, *window, *webView, *view, *Switch, *slider, *segmentedControl,
*searchBar, *scrollView, *progressView, *pickerView, *pageControl, *imageView, *control, *actionSheet, *activityIndicatorView,
*threePartButton, *navigationItemButtonView, *removeControlMinusButton;
*threePartButton, *navigationItemButtonView, *navigationItemView, *removeControlMinusButton;

@end

0 comments on commit 04c3736

Please sign in to comment.