Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Jun 28, 2013
1 parent 0e5f94d commit 6d18d58
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
10 changes: 5 additions & 5 deletions AMSlideOut/AMSlideOutNavigationController.m
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,11 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
}
}

- (void)reloadTableView
{
[self.tableView reloadData];
}

- (void)switchToControllerTagged:(int)tag andPerformSelector:(SEL)selector withObject:(id)obj
{
[self switchToControllerTagged:tag andPerformSelector:selector withObject:obj afterDelay:0];
Expand Down Expand Up @@ -545,9 +550,4 @@ - (void)viewDidUnload
self.barButton = nil;
}

- (void)reloadTableView{
[self.tableView reloadData];
}


@end
Binary file modified SlideOutSample/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SlideOutSample/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion SlideOutSample/SlideOutSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
65C5703515DAD19500E920EC /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0440;
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = "Andrea Mazzini";
};
buildConfigurationList = 65C5703815DAD19500E920EC /* Build configuration list for PBXProject "SlideOutSample" */;
Expand Down Expand Up @@ -293,6 +293,9 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
Expand Down Expand Up @@ -320,6 +323,9 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
Expand Down
Binary file modified SlideoutStoryboardSample/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SlideoutStoryboardSample/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d18d58

Please sign in to comment.