Skip to content

Instantly share code, notes, and snippets.

View mathewa6's full-sized avatar
๐Ÿ˜Š

adi mathewa6

๐Ÿ˜Š
View GitHub Profile
@mathewa6
mathewa6 / tableViewNavigation.codesnippet
Created June 20, 2014 16:30
xcsnippet : Table View Navigation
//Table View General Navigation
//Boilerplate code for navigation in UITableView
//Completion Shortcut : tableViewNavigation
//Completion Scope : Class Implementation
#pragma mark - Navigation with UITableView
- (void)prepareViewController:(id)vc forSegue:(NSString *)segueIdentifier forIndexPath:(NSIndexPath *)indexPath
{
<#NSManagedObject *object#> = [self.fetchedResultsController objectAtIndexPath:indexPath];
@mathewa6
mathewa6 / multiLineComment.codesnippet
Created June 20, 2014 16:28
xcsnippet : multiLineComment
//Multi Line Comment
//Inserts a multi line comment that can be used in headers to document properties, etc.
//Completion Shortcut : multiLineComment
//Completion Scop : All
/**
<#Comment#>
*/
@mathewa6
mathewa6 / .gitignore
Last active March 24, 2017 18:12
.gitignore file used for my current projects.
# OS X
.DS_Store
# Python
__pycache__/
# Atom
blob-store
compile-cache
dev