Skip to content

Commit a8629ae

Browse files
committed
tutorial for today extension
1 parent 170855b commit a8629ae

File tree

9 files changed

+1319
-2789
lines changed

9 files changed

+1319
-2789
lines changed

AppIcon.sketch

0 Bytes
Binary file not shown.

ReactiveHackerNews.xcodeproj/project.pbxproj

Lines changed: 1171 additions & 2780 deletions
Large diffs are not rendered by default.

ReactiveHackerNews/AboutTableViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
4040
}
4141

4242
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
43-
return 1;
43+
return 2;
4444
}
4545

4646
/*

ReactiveHackerNews/Base.lproj/Main.storyboard

Lines changed: 135 additions & 8 deletions
Large diffs are not rendered by default.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "arrow-down.pdf"
6+
}
7+
],
8+
"info" : {
9+
"version" : 1,
10+
"author" : "xcode"
11+
}
12+
}
Binary file not shown.

ReactiveHackerNews/add-button.png

18.3 KB
Loading

ReactiveHackerNews/today-widget1.png

90.9 KB
Loading

ReactiveHackerNews/today-widget2.png

60.6 KB
Loading

0 commit comments

Comments
 (0)