This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .progress-circle-wrap { | |
| float: left; | |
| height: $padding * 4; | |
| position: absolute; | |
| left: 10%; | |
| top: 10%; | |
| width: $padding * 4; | |
| @include border-radius(50%); | |
| strong { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CGRect statusBarFrame = [[UIApplication sharedApplication] statusBarFrame]; | |
| [self.tableView setContentInset:UIEdgeInsetsMake(statusBarFrame.size.height, self.tableView.contentInset.left, self.tableView.contentInset.bottom, self.tableView.contentInset.right)]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sqlite3 /Library/Messages/chat.db "DELETE FROM message WHERE text LIKE '%File:///%';" |