From 78b229701ae4eaff770e3f9a9a475477a78509c1 Mon Sep 17 00:00:00 2001 From: Roy Yang Date: Tue, 31 Jul 2012 15:57:56 -0700 Subject: [PATCH] finishing the friends list UI --- media/ios/Classes/FriendsListViewController.m | 2 +- media/ios/Classes/NewsBlurAppDelegate.h | 2 +- media/ios/Classes/NewsBlurAppDelegate.m | 2 +- media/ios/Classes/NewsBlurViewController.h | 2 + media/ios/Classes/NewsBlurViewController.m | 9 +- .../NewsBlurViewController~ipad.xib | 64 +- .../FriendsListViewController.xib | 33 +- .../NewsBlurViewController.xib | 2320 ++++++++++++++++- 8 files changed, 2364 insertions(+), 70 deletions(-) diff --git a/media/ios/Classes/FriendsListViewController.m b/media/ios/Classes/FriendsListViewController.m index 1bd5735a3..004bf5adf 100644 --- a/media/ios/Classes/FriendsListViewController.m +++ b/media/ios/Classes/FriendsListViewController.m @@ -45,7 +45,7 @@ [super viewDidLoad]; self.navigationItem.title = @"Find Friends"; - UIBarButtonItem *cancelButton = [[UIBarButtonItem alloc] initWithTitle: @"Close" + UIBarButtonItem *cancelButton = [[UIBarButtonItem alloc] initWithTitle: @"Done" style: UIBarButtonSystemItemCancel target: self action: @selector(doCancelButton)]; diff --git a/media/ios/Classes/NewsBlurAppDelegate.h b/media/ios/Classes/NewsBlurAppDelegate.h index bfbaeaef8..3036c31a0 100644 --- a/media/ios/Classes/NewsBlurAppDelegate.h +++ b/media/ios/Classes/NewsBlurAppDelegate.h @@ -190,7 +190,7 @@ - (void)hideFindingStoryHUD; -- (void)showAddSite; +- (void)showAddSiteModal; - (void)showMoveSite; - (void)loadFeedDetailView; - (void)loadTryFeedDetailView:(NSString *)feedId withStory:(NSString *)contentId isSocial:(BOOL)social withUser:(NSDictionary *)user; diff --git a/media/ios/Classes/NewsBlurAppDelegate.m b/media/ios/Classes/NewsBlurAppDelegate.m index d4169ecb9..b21c5f590 100644 --- a/media/ios/Classes/NewsBlurAppDelegate.m +++ b/media/ios/Classes/NewsBlurAppDelegate.m @@ -138,7 +138,7 @@ #pragma mark - #pragma mark FeedsView -- (void)showAddSite { +- (void)showAddSiteModal { UINavigationController *navController = self.navigationController; [navController dismissModalViewControllerAnimated:NO]; diff --git a/media/ios/Classes/NewsBlurViewController.h b/media/ios/Classes/NewsBlurViewController.h index c26d1482a..0c48b631a 100644 --- a/media/ios/Classes/NewsBlurViewController.h +++ b/media/ios/Classes/NewsBlurViewController.h @@ -84,5 +84,7 @@ - (void)showSettingsPopover:(id)sender; - (NSDate *)pullToRefreshViewLastUpdated:(PullToRefreshView *)view; - (void)fadeSelectedCell; +- (IBAction)tapAddSite:(id)sender; + @end diff --git a/media/ios/Classes/NewsBlurViewController.m b/media/ios/Classes/NewsBlurViewController.m index e428d9865..24d2e70a2 100644 --- a/media/ios/Classes/NewsBlurViewController.m +++ b/media/ios/Classes/NewsBlurViewController.m @@ -153,6 +153,7 @@ [self.feedTitlesTable deselectRowAtIndexPath:[self.feedTitlesTable indexPathForSelectedRow] animated:YES]; } + - (void)viewWillDisappear:(BOOL)animated { [self.popoverController dismissPopoverAnimated:YES]; self.popoverController = nil; @@ -415,6 +416,10 @@ [appDelegate showUserProfileModal:self.navigationItem.leftBarButtonItem]; } +- (IBAction)tapAddSite:(id)sender { + [appDelegate showAddSiteModal]; +} + - (void)showSettingsPopover:(id)sender { if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) { [appDelegate.masterContainerViewController showFeedMenuPopover:sender]; @@ -440,10 +445,6 @@ } } -- (IBAction)showAddSite:(id)sender { - [appDelegate showAddSite]; -} - - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { if (alertView.tag == 2) { if (buttonIndex == 0) { diff --git a/media/ios/Resources-iPad/NewsBlurViewController~ipad.xib b/media/ios/Resources-iPad/NewsBlurViewController~ipad.xib index ad3f10d66..0d5f868b0 100644 --- a/media/ios/Resources-iPad/NewsBlurViewController~ipad.xib +++ b/media/ios/Resources-iPad/NewsBlurViewController~ipad.xib @@ -89,7 +89,6 @@ {{75, 8}, {170, 30}} - IBIPadFramework 2 3 @@ -262,11 +261,11 @@ - showMenuButton: + tapAddSite: - 90 + 94 @@ -413,7 +412,7 @@ - 93 + 94 @@ -849,30 +848,17 @@ FeedsMenuViewController UIViewController - - tapCancelButton: - UIBarButtonItem - - - tapCancelButton: - - tapCancelButton: - UIBarButtonItem - - YES YES appDelegate menuTableView - toolbar YES NewsBlurAppDelegate UITableView - UIToolbar @@ -881,7 +867,6 @@ YES appDelegate menuTableView - toolbar YES @@ -893,10 +878,6 @@ menuTableView UITableView - - toolbar - UIToolbar - @@ -1510,16 +1491,14 @@ YES appDelegate + friendSearchBar friendsTable - searchBar - searchDisplayController YES NewsBlurAppDelegate - UITableView UISearchBar - UISearchDisplayController + UITableView @@ -1527,9 +1506,8 @@ YES appDelegate + friendSearchBar friendsTable - searchBar - searchDisplayController YES @@ -1538,16 +1516,12 @@ NewsBlurAppDelegate - friendsTable - UITableView - - - searchBar + friendSearchBar UISearchBar - searchDisplayController - UISearchDisplayController + friendsTable + UITableView @@ -1994,7 +1968,6 @@ feedDetailViewController feedsMenuViewController feedsViewController - findFriendsNavigationController firstTimeUserAddFriendsViewController firstTimeUserAddNewsBlurViewController firstTimeUserAddSitesViewController @@ -2021,7 +1994,6 @@ FeedDetailViewController FeedsMenuViewController NewsBlurViewController - UINavigationController FirstTimeUserAddFriendsViewController FirstTimeUserAddNewsBlurViewController FirstTimeUserAddSitesViewController @@ -2051,7 +2023,6 @@ feedDetailViewController feedsMenuViewController feedsViewController - findFriendsNavigationController firstTimeUserAddFriendsViewController firstTimeUserAddNewsBlurViewController firstTimeUserAddSitesViewController @@ -2096,10 +2067,6 @@ feedsViewController NewsBlurViewController - - findFriendsNavigationController - UINavigationController - firstTimeUserAddFriendsViewController FirstTimeUserAddFriendsViewController @@ -2186,7 +2153,7 @@ sectionUntapped: sectionUntappedOutside: selectIntelligence - showMenuButton: + tapAddSite: YES @@ -2205,7 +2172,7 @@ sectionUntapped: sectionUntappedOutside: selectIntelligence - showMenuButton: + tapAddSite: YES @@ -2226,7 +2193,7 @@ id - showMenuButton: + tapAddSite: id @@ -2562,6 +2529,7 @@ doNextStory doNextUnreadStory doPreviousStory + showOriginalSubview: tapProgressBar: toggleFontSize: @@ -2572,6 +2540,7 @@ id id id + id @@ -2581,6 +2550,7 @@ doNextStory doNextUnreadStory doPreviousStory + showOriginalSubview: tapProgressBar: toggleFontSize: @@ -2598,6 +2568,10 @@ doPreviousStory id + + showOriginalSubview: + id + tapProgressBar: id diff --git a/media/ios/Resources-iPhone/FriendsListViewController.xib b/media/ios/Resources-iPhone/FriendsListViewController.xib index d1aa532d2..08ef2e418 100644 --- a/media/ios/Resources-iPhone/FriendsListViewController.xib +++ b/media/ios/Resources-iPhone/FriendsListViewController.xib @@ -36,7 +36,7 @@ 274 - + 274 {{0, 44}, {320, 416}} @@ -58,16 +58,18 @@ 22 22 - + 290 {320, 44} - + _NS:9 3 IBCocoaTouchFramework + + Search by email or username IBCocoaTouchFramework @@ -76,7 +78,7 @@ {{0, 20}, {320, 460}} - + 3 MQA @@ -102,7 +104,7 @@ friendsTable - + 6 @@ -110,14 +112,14 @@ friendSearchBar - + 7 delegate - + 10 @@ -125,7 +127,7 @@ dataSource - + 8 @@ -133,7 +135,7 @@ delegate - + 9 @@ -151,8 +153,8 @@ 1 - - + + @@ -169,12 +171,12 @@ 3 - + 4 - + @@ -1283,6 +1285,7 @@ UIButton UIButton id + id @@ -1301,6 +1304,10 @@ selectIntelligence id + + tapAddSite: + id + NewsBlurAppDelegate diff --git a/media/ios/Resources-iPhone/NewsBlurViewController.xib b/media/ios/Resources-iPhone/NewsBlurViewController.xib index ee4d6e1d4..4d8a2cb54 100644 --- a/media/ios/Resources-iPhone/NewsBlurViewController.xib +++ b/media/ios/Resources-iPhone/NewsBlurViewController.xib @@ -52,6 +52,7 @@ 274 {320, 416} + 3 @@ -71,6 +72,7 @@ {320, 416} + _NS:9 @@ -92,7 +94,7 @@ 292 {{75, 8}, {170, 30}} - + IBCocoaTouchFramework 2 3 @@ -135,6 +137,7 @@ {{0, 416}, {320, 44}} + 1 @@ -176,6 +179,7 @@ {{0, 20}, {320, 460}} + NO @@ -234,6 +238,14 @@ 16 + + + tapAddSite + + + + 93 + delegate @@ -269,11 +281,11 @@ - showMenuButton: + tapAddSite: - 84 + 94 @@ -413,9 +425,2307 @@ - 92 + 94 + + + + YES + + ActivityModule + UIView + + IBProjectSource + ./Classes/ActivityModule.h + + + + AddSiteViewController + UIViewController + + YES + + YES + addFolder + addSite + checkSiteAddress + doAddButton + doCancelButton + selectAddTypeSignup + + + YES + id + id + id + id + id + id + + + + YES + + YES + addFolder + addSite + checkSiteAddress + doAddButton + doCancelButton + selectAddTypeSignup + + + YES + + addFolder + id + + + addSite + id + + + checkSiteAddress + id + + + doAddButton + id + + + doCancelButton + id + + + selectAddTypeSignup + id + + + + + YES + + YES + activityIndicator + addButton + addFolderInput + addTypeControl + addingLabel + appDelegate + cancelButton + errorLabel + folderPicker + inFolderInput + navBar + siteActivityIndicator + siteAddressInput + siteScrollView + siteTable + + + YES + UIActivityIndicatorView + UIBarButtonItem + UITextField + UISegmentedControl + UILabel + NewsBlurAppDelegate + UIBarButtonItem + UILabel + UIPickerView + UITextField + UINavigationBar + UIActivityIndicatorView + UITextField + UIScrollView + UITableView + + + + YES + + YES + activityIndicator + addButton + addFolderInput + addTypeControl + addingLabel + appDelegate + cancelButton + errorLabel + folderPicker + inFolderInput + navBar + siteActivityIndicator + siteAddressInput + siteScrollView + siteTable + + + YES + + activityIndicator + UIActivityIndicatorView + + + addButton + UIBarButtonItem + + + addFolderInput + UITextField + + + addTypeControl + UISegmentedControl + + + addingLabel + UILabel + + + appDelegate + NewsBlurAppDelegate + + + cancelButton + UIBarButtonItem + + + errorLabel + UILabel + + + folderPicker + UIPickerView + + + inFolderInput + UITextField + + + navBar + UINavigationBar + + + siteActivityIndicator + UIActivityIndicatorView + + + siteAddressInput + UITextField + + + siteScrollView + UIScrollView + + + siteTable + UITableView + + + + + IBProjectSource + ./Classes/AddSiteViewController.h + + + + BaseViewController + UIViewController + + IBProjectSource + ./Classes/BaseViewController.h + + + + DashboardViewController + UIViewController + + YES + + YES + doLogout: + tapSegmentedButton: + + + YES + id + id + + + + YES + + YES + doLogout: + tapSegmentedButton: + + + YES + + doLogout: + id + + + tapSegmentedButton: + id + + + + + YES + + YES + activitiesModule + appDelegate + feedbackWebView + interactionsModule + segmentedButton + toolbar + topToolbar + + + YES + ActivityModule + NewsBlurAppDelegate + UIWebView + InteractionsModule + UISegmentedControl + UIToolbar + UIToolbar + + + + YES + + YES + activitiesModule + appDelegate + feedbackWebView + interactionsModule + segmentedButton + toolbar + topToolbar + + + YES + + activitiesModule + ActivityModule + + + appDelegate + NewsBlurAppDelegate + + + feedbackWebView + UIWebView + + + interactionsModule + InteractionsModule + + + segmentedButton + UISegmentedControl + + + toolbar + UIToolbar + + + topToolbar + UIToolbar + + + + + IBProjectSource + ./Classes/DashboardViewController.h + + + + FeedDetailViewController + BaseViewController + + YES + + YES + doOpenMarkReadActionSheet: + doOpenSettingsActionSheet + selectIntelligence + + + YES + id + id + id + + + + YES + + YES + doOpenMarkReadActionSheet: + doOpenSettingsActionSheet + selectIntelligence + + + YES + + doOpenMarkReadActionSheet: + id + + + doOpenSettingsActionSheet + id + + + selectIntelligence + id + + + + + YES + + YES + appDelegate + feedMarkReadButton + feedScoreSlider + feedViewToolbar + intelligenceControl + settingsButton + storyTitlesTable + + + YES + NewsBlurAppDelegate + UIBarButtonItem + UISlider + UIToolbar + UISegmentedControl + UIBarButtonItem + UITableView + + + + YES + + YES + appDelegate + feedMarkReadButton + feedScoreSlider + feedViewToolbar + intelligenceControl + settingsButton + storyTitlesTable + + + YES + + appDelegate + NewsBlurAppDelegate + + + feedMarkReadButton + UIBarButtonItem + + + feedScoreSlider + UISlider + + + feedViewToolbar + UIToolbar + + + intelligenceControl + UISegmentedControl + + + settingsButton + UIBarButtonItem + + + storyTitlesTable + UITableView + + + + + IBProjectSource + ./Classes/FeedDetailViewController.h + + + + FeedsMenuViewController + UIViewController + + YES + + YES + appDelegate + menuTableView + + + YES + NewsBlurAppDelegate + UITableView + + + + YES + + YES + appDelegate + menuTableView + + + YES + + appDelegate + NewsBlurAppDelegate + + + menuTableView + UITableView + + + + + IBProjectSource + ./Classes/FeedsMenuViewController.h + + + + FirstTimeUserAddFriendsViewController + UIViewController + + YES + + YES + tapCategoryButton: + tapGoogleReaderButton + tapNewsBlurButton: + tapNextButton + + + YES + id + id + id + id + + + + YES + + YES + tapCategoryButton: + tapGoogleReaderButton + tapNewsBlurButton: + tapNextButton + + + YES + + tapCategoryButton: + id + + + tapGoogleReaderButton + id + + + tapNewsBlurButton: + id + + + tapNextButton + id + + + + + YES + + YES + addFriendsView + addNewsBlurView + addSitesView + appDelegate + googleReaderButton + logo + nextButton + previousButton + toolbar + toolbarTitle + welcomeView + + + YES + UIView + UIView + UIView + NewsBlurAppDelegate + UIButton + UIImageView + UIBarButtonItem + UIBarButtonItem + UIToolbar + UIButton + UIView + + + + YES + + YES + addFriendsView + addNewsBlurView + addSitesView + appDelegate + googleReaderButton + logo + nextButton + previousButton + toolbar + toolbarTitle + welcomeView + + + YES + + addFriendsView + UIView + + + addNewsBlurView + UIView + + + addSitesView + UIView + + + appDelegate + NewsBlurAppDelegate + + + googleReaderButton + UIButton + + + logo + UIImageView + + + nextButton + UIBarButtonItem + + + previousButton + UIBarButtonItem + + + toolbar + UIToolbar + + + toolbarTitle + UIButton + + + welcomeView + UIView + + + + + IBProjectSource + ./Classes/FirstTimeUserAddFriendsViewController.h + + + + FirstTimeUserAddNewsBlurViewController + UIViewController + + YES + + YES + tapCategoryButton: + tapGoogleReaderButton + tapNewsBlurButton: + tapNextButton + + + YES + id + id + id + id + + + + YES + + YES + tapCategoryButton: + tapGoogleReaderButton + tapNewsBlurButton: + tapNextButton + + + YES + + tapCategoryButton: + id + + + tapGoogleReaderButton + id + + + tapNewsBlurButton: + id + + + tapNextButton + id + + + + + YES + + YES + addFriendsView + addNewsBlurView + addSitesView + appDelegate + googleReaderButton + logo + nextButton + previousButton + toolbar + toolbarTitle + welcomeView + + + YES + UIView + UIView + UIView + NewsBlurAppDelegate + UIButton + UIImageView + UIBarButtonItem + UIBarButtonItem + UIToolbar + UIButton + UIView + + + + YES + + YES + addFriendsView + addNewsBlurView + addSitesView + appDelegate + googleReaderButton + logo + nextButton + previousButton + toolbar + toolbarTitle + welcomeView + + + YES + + addFriendsView + UIView + + + addNewsBlurView + UIView + + + addSitesView + UIView + + + appDelegate + NewsBlurAppDelegate + + + googleReaderButton + UIButton + + + logo + UIImageView + + + nextButton + UIBarButtonItem + + + previousButton + UIBarButtonItem + + + toolbar + UIToolbar + + + toolbarTitle + UIButton + + + welcomeView + UIView + + + + + IBProjectSource + ./Classes/FirstTimeUserAddNewsBlurViewController.h + + + + FirstTimeUserAddSitesViewController + UIViewController + + YES + + YES + tapCategoryButton: + tapGoogleReaderButton + tapNewsBlurButton: + tapNextButton + + + YES + id + id + id + id + + + + YES + + YES + tapCategoryButton: + tapGoogleReaderButton + tapNewsBlurButton: + tapNextButton + + + YES + + tapCategoryButton: + id + + + tapGoogleReaderButton + id + + + tapNewsBlurButton: + id + + + tapNextButton + id + + + + + YES + + YES + addFriendsView + addNewsBlurView + addSitesView + appDelegate + googleReaderButton + logo + nextButton + previousButton + toolbar + toolbarTitle + welcomeView + + + YES + UIView + UIView + UIView + NewsBlurAppDelegate + UIButton + UIImageView + UIBarButtonItem + UIBarButtonItem + UIToolbar + UIButton + UIView + + + + YES + + YES + addFriendsView + addNewsBlurView + addSitesView + appDelegate + googleReaderButton + logo + nextButton + previousButton + toolbar + toolbarTitle + welcomeView + + + YES + + addFriendsView + UIView + + + addNewsBlurView + UIView + + + addSitesView + UIView + + + appDelegate + NewsBlurAppDelegate + + + googleReaderButton + UIButton + + + logo + UIImageView + + + nextButton + UIBarButtonItem + + + previousButton + UIBarButtonItem + + + toolbar + UIToolbar + + + toolbarTitle + UIButton + + + welcomeView + UIView + + + + + IBProjectSource + ./Classes/FirstTimeUserAddSitesViewController.h + + + + FirstTimeUserViewController + UIViewController + + tapNextButton + id + + + tapNextButton + + tapNextButton + id + + + + YES + + YES + appDelegate + logo + nextButton + + + YES + NewsBlurAppDelegate + UIImageView + UIBarButtonItem + + + + YES + + YES + appDelegate + logo + nextButton + + + YES + + appDelegate + NewsBlurAppDelegate + + + logo + UIImageView + + + nextButton + UIBarButtonItem + + + + + IBProjectSource + ./Classes/FirstTimeUserViewController.h + + + + FontSettingsViewController + UIViewController + + YES + + YES + changeFontSize: + changeFontStyle: + + + YES + id + id + + + + YES + + YES + changeFontSize: + changeFontStyle: + + + YES + + changeFontSize: + id + + + changeFontStyle: + id + + + + + YES + + YES + appDelegate + fontSizeSegment + fontStyleSegment + largeFontSizeLabel + smallFontSizeLabel + + + YES + NewsBlurAppDelegate + UISegmentedControl + UISegmentedControl + UILabel + UILabel + + + + YES + + YES + appDelegate + fontSizeSegment + fontStyleSegment + largeFontSizeLabel + smallFontSizeLabel + + + YES + + appDelegate + NewsBlurAppDelegate + + + fontSizeSegment + UISegmentedControl + + + fontStyleSegment + UISegmentedControl + + + largeFontSizeLabel + UILabel + + + smallFontSizeLabel + UILabel + + + + + IBProjectSource + ./Classes/FontSettingsViewController.h + + + + FriendsListViewController + UIViewController + + YES + + YES + appDelegate + friendSearchBar + friendsTable + + + YES + NewsBlurAppDelegate + UISearchBar + UITableView + + + + YES + + YES + appDelegate + friendSearchBar + friendsTable + + + YES + + appDelegate + NewsBlurAppDelegate + + + friendSearchBar + UISearchBar + + + friendsTable + UITableView + + + + + IBProjectSource + ./Classes/FriendsListViewController.h + + + + GoogleReaderViewController + UIViewController + + tapCancelButton: + id + + + tapCancelButton: + + tapCancelButton: + id + + + + YES + + YES + appDelegate + webView + + + YES + NewsBlurAppDelegate + UIWebView + + + + YES + + YES + appDelegate + webView + + + YES + + appDelegate + NewsBlurAppDelegate + + + webView + UIWebView + + + + + IBProjectSource + ./Classes/GoogleReaderViewController.h + + + + InteractionsModule + UIView + + IBProjectSource + ./Classes/InteractionsModule.h + + + + LoginViewController + UIViewController + + YES + + YES + selectLogin + selectLoginSignup + selectSignUp + tapLoginButton + tapSignUpButton + + + YES + id + id + id + id + id + + + + YES + + YES + selectLogin + selectLoginSignup + selectSignUp + tapLoginButton + tapSignUpButton + + + YES + + selectLogin + id + + + selectLoginSignup + id + + + selectSignUp + id + + + tapLoginButton + id + + + tapSignUpButton + id + + + + + YES + + YES + appDelegate + emailInput + emailLabel + errorLabel + logInView + loginControl + passwordInput + passwordLabel + passwordOptionalLabel + selectLoginButton + selectSignUpButton + signUpPasswordInput + signUpUsernameInput + signUpView + usernameInput + usernameLabel + usernameOrEmailLabel + + + YES + NewsBlurAppDelegate + UITextField + UILabel + UILabel + UIView + UISegmentedControl + UITextField + UILabel + UILabel + UIButton + UIButton + UITextField + UITextField + UIView + UITextField + UILabel + UILabel + + + + YES + + YES + appDelegate + emailInput + emailLabel + errorLabel + logInView + loginControl + passwordInput + passwordLabel + passwordOptionalLabel + selectLoginButton + selectSignUpButton + signUpPasswordInput + signUpUsernameInput + signUpView + usernameInput + usernameLabel + usernameOrEmailLabel + + + YES + + appDelegate + NewsBlurAppDelegate + + + emailInput + UITextField + + + emailLabel + UILabel + + + errorLabel + UILabel + + + logInView + UIView + + + loginControl + UISegmentedControl + + + passwordInput + UITextField + + + passwordLabel + UILabel + + + passwordOptionalLabel + UILabel + + + selectLoginButton + UIButton + + + selectSignUpButton + UIButton + + + signUpPasswordInput + UITextField + + + signUpUsernameInput + UITextField + + + signUpView + UIView + + + usernameInput + UITextField + + + usernameLabel + UILabel + + + usernameOrEmailLabel + UILabel + + + + + IBProjectSource + ./Classes/LoginViewController.h + + + + MoveSiteViewController + UIViewController + + YES + + YES + doCancelButton + doMoveButton + moveFolder + moveSite + + + YES + id + id + id + id + + + + YES + + YES + doCancelButton + doMoveButton + moveFolder + moveSite + + + YES + + doCancelButton + id + + + doMoveButton + id + + + moveFolder + id + + + moveSite + id + + + + + YES + + YES + activityIndicator + appDelegate + cancelButton + errorLabel + folderPicker + fromFolderInput + moveButton + movingLabel + navBar + titleLabel + toFolderInput + + + YES + UIActivityIndicatorView + NewsBlurAppDelegate + UIBarButtonItem + UILabel + UIPickerView + UITextField + UIBarButtonItem + UILabel + UINavigationBar + UILabel + UITextField + + + + YES + + YES + activityIndicator + appDelegate + cancelButton + errorLabel + folderPicker + fromFolderInput + moveButton + movingLabel + navBar + titleLabel + toFolderInput + + + YES + + activityIndicator + UIActivityIndicatorView + + + appDelegate + NewsBlurAppDelegate + + + cancelButton + UIBarButtonItem + + + errorLabel + UILabel + + + folderPicker + UIPickerView + + + fromFolderInput + UITextField + + + moveButton + UIBarButtonItem + + + movingLabel + UILabel + + + navBar + UINavigationBar + + + titleLabel + UILabel + + + toFolderInput + UITextField + + + + + IBProjectSource + ./Classes/MoveSiteViewController.h + + + + NBContainerViewController + UIViewController + + appDelegate + NewsBlurAppDelegate + + + appDelegate + + appDelegate + NewsBlurAppDelegate + + + + IBProjectSource + ./Classes/NBContainerViewController.h + + + + NewsBlurAppDelegate + BaseViewController + + YES + + YES + addSiteViewController + dashboardViewController + feedDashboardViewController + feedDetailViewController + feedsMenuViewController + feedsViewController + firstTimeUserAddFriendsViewController + firstTimeUserAddNewsBlurViewController + firstTimeUserAddSitesViewController + firstTimeUserViewController + fontSettingsViewController + friendsListViewController + ftuxNavigationController + googleReaderViewController + loginViewController + masterContainerViewController + moveSiteViewController + navigationController + originalStoryViewController + shareViewController + storyDetailViewController + userProfileViewController + window + + + YES + AddSiteViewController + DashboardViewController + FeedDashboardViewController + FeedDetailViewController + FeedsMenuViewController + NewsBlurViewController + FirstTimeUserAddFriendsViewController + FirstTimeUserAddNewsBlurViewController + FirstTimeUserAddSitesViewController + FirstTimeUserViewController + FontSettingsViewController + FriendsListViewController + UINavigationController + GoogleReaderViewController + LoginViewController + NBContainerViewController + MoveSiteViewController + UINavigationController + OriginalStoryViewController + ShareViewController + StoryDetailViewController + UserProfileViewController + UIWindow + + + + YES + + YES + addSiteViewController + dashboardViewController + feedDashboardViewController + feedDetailViewController + feedsMenuViewController + feedsViewController + firstTimeUserAddFriendsViewController + firstTimeUserAddNewsBlurViewController + firstTimeUserAddSitesViewController + firstTimeUserViewController + fontSettingsViewController + friendsListViewController + ftuxNavigationController + googleReaderViewController + loginViewController + masterContainerViewController + moveSiteViewController + navigationController + originalStoryViewController + shareViewController + storyDetailViewController + userProfileViewController + window + + + YES + + addSiteViewController + AddSiteViewController + + + dashboardViewController + DashboardViewController + + + feedDashboardViewController + FeedDashboardViewController + + + feedDetailViewController + FeedDetailViewController + + + feedsMenuViewController + FeedsMenuViewController + + + feedsViewController + NewsBlurViewController + + + firstTimeUserAddFriendsViewController + FirstTimeUserAddFriendsViewController + + + firstTimeUserAddNewsBlurViewController + FirstTimeUserAddNewsBlurViewController + + + firstTimeUserAddSitesViewController + FirstTimeUserAddSitesViewController + + + firstTimeUserViewController + FirstTimeUserViewController + + + fontSettingsViewController + FontSettingsViewController + + + friendsListViewController + FriendsListViewController + + + ftuxNavigationController + UINavigationController + + + googleReaderViewController + GoogleReaderViewController + + + loginViewController + LoginViewController + + + masterContainerViewController + NBContainerViewController + + + moveSiteViewController + MoveSiteViewController + + + navigationController + UINavigationController + + + originalStoryViewController + OriginalStoryViewController + + + shareViewController + ShareViewController + + + storyDetailViewController + StoryDetailViewController + + + userProfileViewController + UserProfileViewController + + + window + UIWindow + + + + + IBProjectSource + ./Classes/NewsBlurAppDelegate.h + + + + NewsBlurViewController + BaseViewController + + YES + + YES + sectionTapped: + sectionUntapped: + sectionUntappedOutside: + selectIntelligence + + + YES + UIButton + UIButton + UIButton + id + + + + YES + + YES + sectionTapped: + sectionUntapped: + sectionUntappedOutside: + selectIntelligence + + + YES + + sectionTapped: + UIButton + + + sectionUntapped: + UIButton + + + sectionUntappedOutside: + UIButton + + + selectIntelligence + id + + + + + YES + + YES + appDelegate + feedScoreSlider + feedTitlesTable + feedViewToolbar + homeButton + innerView + intelligenceControl + + + YES + NewsBlurAppDelegate + UISlider + UITableView + UIToolbar + UIBarButtonItem + UIView + UISegmentedControl + + + + YES + + YES + appDelegate + feedScoreSlider + feedTitlesTable + feedViewToolbar + homeButton + innerView + intelligenceControl + + + YES + + appDelegate + NewsBlurAppDelegate + + + feedScoreSlider + UISlider + + + feedTitlesTable + UITableView + + + feedViewToolbar + UIToolbar + + + homeButton + UIBarButtonItem + + + innerView + UIView + + + intelligenceControl + UISegmentedControl + + + + + IBProjectSource + ./Classes/NewsBlurViewController.h + + + + OriginalStoryViewController + BaseViewController + + YES + + YES + doCloseOriginalStoryViewController + doOpenActionSheet + loadAddress: + + + YES + id + id + id + + + + YES + + YES + doCloseOriginalStoryViewController + doOpenActionSheet + loadAddress: + + + YES + + doCloseOriginalStoryViewController + id + + + doOpenActionSheet + id + + + loadAddress: + id + + + + + YES + + YES + appDelegate + back + closeButton + forward + pageAction + pageTitle + pageUrl + refresh + toolbar + webView + + + YES + NewsBlurAppDelegate + UIBarButtonItem + UIBarButtonItem + UIBarButtonItem + UIBarButtonItem + UILabel + UITextField + UIBarButtonItem + UIToolbar + UIWebView + + + + YES + + YES + appDelegate + back + closeButton + forward + pageAction + pageTitle + pageUrl + refresh + toolbar + webView + + + YES + + appDelegate + NewsBlurAppDelegate + + + back + UIBarButtonItem + + + closeButton + UIBarButtonItem + + + forward + UIBarButtonItem + + + pageAction + UIBarButtonItem + + + pageTitle + UILabel + + + pageUrl + UITextField + + + refresh + UIBarButtonItem + + + toolbar + UIToolbar + + + webView + UIWebView + + + + + IBProjectSource + ./Classes/OriginalStoryViewController.h + + + + ShareViewController + UIViewController + + YES + + YES + doCancelButton: + doReplyToComment: + doShareThisStory: + doToggleButton: + + + YES + id + id + id + id + + + + YES + + YES + doCancelButton: + doReplyToComment: + doShareThisStory: + doToggleButton: + + + YES + + doCancelButton: + id + + + doReplyToComment: + id + + + doShareThisStory: + id + + + doToggleButton: + id + + + + + YES + + YES + appDelegate + commentField + facebookButton + submitButton + toolbarTitle + twitterButton + + + YES + NewsBlurAppDelegate + UITextView + UIButton + UIBarButtonItem + UIBarButtonItem + UIButton + + + + YES + + YES + appDelegate + commentField + facebookButton + submitButton + toolbarTitle + twitterButton + + + YES + + appDelegate + NewsBlurAppDelegate + + + commentField + UITextView + + + facebookButton + UIButton + + + submitButton + UIBarButtonItem + + + toolbarTitle + UIBarButtonItem + + + twitterButton + UIButton + + + + + IBProjectSource + ./Classes/ShareViewController.h + + + + StoryDetailViewController + UIViewController + + YES + + YES + doNextStory + doNextUnreadStory + doPreviousStory + showOriginalSubview: + tapProgressBar: + toggleFontSize: + + + YES + id + id + id + id + id + id + + + + YES + + YES + doNextStory + doNextUnreadStory + doPreviousStory + showOriginalSubview: + tapProgressBar: + toggleFontSize: + + + YES + + doNextStory + id + + + doNextUnreadStory + id + + + doPreviousStory + id + + + showOriginalSubview: + id + + + tapProgressBar: + id + + + toggleFontSize: + id + + + + + YES + + YES + activity + appDelegate + bottomPlaceholderToolbar + buttonAction + buttonNext + buttonNextStory + buttonPrevious + feedTitleGradient + fontSettingsButton + innerView + originalStoryButton + progressView + progressViewContainer + toolbar + webView + + + YES + UIBarButtonItem + NewsBlurAppDelegate + UIToolbar + UIBarButtonItem + UIBarButtonItem + UIBarButtonItem + UIBarButtonItem + UIView + UIBarButtonItem + UIView + UIBarButtonItem + UIProgressView + UIView + UIToolbar + UIWebView + + + + YES + + YES + activity + appDelegate + bottomPlaceholderToolbar + buttonAction + buttonNext + buttonNextStory + buttonPrevious + feedTitleGradient + fontSettingsButton + innerView + originalStoryButton + progressView + progressViewContainer + toolbar + webView + + + YES + + activity + UIBarButtonItem + + + appDelegate + NewsBlurAppDelegate + + + bottomPlaceholderToolbar + UIToolbar + + + buttonAction + UIBarButtonItem + + + buttonNext + UIBarButtonItem + + + buttonNextStory + UIBarButtonItem + + + buttonPrevious + UIBarButtonItem + + + feedTitleGradient + UIView + + + fontSettingsButton + UIBarButtonItem + + + innerView + UIView + + + originalStoryButton + UIBarButtonItem + + + progressView + UIProgressView + + + progressViewContainer + UIView + + + toolbar + UIToolbar + + + webView + UIWebView + + + + + IBProjectSource + ./Classes/StoryDetailViewController.h + + + + UserProfileViewController + UIViewController + + IBProjectSource + ./Classes/UserProfileViewController.h + + + - 0 IBCocoaTouchFramework