-
I configure the cell layout in the storyboard (as in the FoodTracker project), and define the cell in code so that it can be accessed and configured programmatically. But then, upon loading, the cells…
ghost updated
8 years ago
-
I'm confused about when we need initialization functions in the ViewController. I created the custom subclass of UIImageView to use for X's and O's, which has an init method that calls `super.init(ima…
-
For the All Issues tab, I've designed prototype cells, created a class called `IssueTableViewCell`, and hooked up the UI elements to in that class. In storyboard, I've changed the class to `IssueTable…
-
STR:
1. Go to settings > firewall > disable connections for all apps
2. Restart filtering
3. Go to settings > apps and statistic and enable connection for chrome
4. Restart filtering
5. Chrome still h…
-
Hi I found the previous project (assign 4 & 5) challenging and fun. As a absolute beginner, I start to get some sense now. I think it would be great if we could schedule a TA section to go over the pr…
-
@alotofwe @takuminnnn
現状は
```
.
└── FoodTracker
├── FoodTracker
├── FoodTracker.xcodeproj
└── FoodTrackerTests
```
となっているんだけど、
```
.
├── FoodTracker
├── FoodTracker.xcodeproj
└── FoodT…
orzup updated
9 years ago
-
これらを削除しよう!
https://github.com/pepabo/railstutorial-ios/tree/development/FoodTracker/FoodTracker.xcodeproj/xcuserdata/usr0600370.xcuserdatad
PR #10 がマージされると、新たなユーザーデータはコミットされることはないでしょう:innocent:
きっと。…
orzup updated
9 years ago
-
URLからアプリに飛ぶ際に,Schemesを決める必要があります (`xxx://`のxxxの部分)
ここが`foodtracker://`だといつまでも食べ物の呪縛から逃れられないので,
かっこいい名前を決めましょう!
-
Storyboardを複数にわけたいのでXcode7 beta5を使います。
Xcode7 beta5から、Swift 2になるので、FoodTrackerのコードなどを修正していく必要があります。
orzup updated
9 years ago
-
https://developer.apple.com/library/prerelease/ios/referencelibrary/GettingStarted/DevelopiOSAppsSwift/index.html
を元に学ぼうと思 (ったけどこれPrerelease版なのでは?)