Skip to content

Submitting homework#21

Open
kaishajones wants to merge 3 commits intoaccesscode-2-2:masterfrom
kaishajones:master
Open

Submitting homework#21
kaishajones wants to merge 3 commits intoaccesscode-2-2:masterfrom
kaishajones:master

Conversation

@kaishajones
Copy link
Copy Markdown

Hi Mike,

I'm having trouble with the OptionsTableViewController.m file. I have three big freggin bugs I couldn't fix on my own, I know it's probably something really simple that I've overlooked but could you go over with me sometime over the weekend please.

Kaisha

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem is that self.category.options is a string, not an array so count doesn't work. If you use self.category.name.count this will work. You want to get the count of each element we're displaying.

Since self.category is a CQCategory, the 'name' property is the array you want to display. You can see the properties if you look in CQCategory.h.

@ShawnAukstak
Copy link
Copy Markdown

Kaisha, it looks like I'm getting a black screen when I run it because the ViewControllers are missing from the storyboard, except for a navigation controller.

You want to go over this HW on Thursday?

@kaishajones
Copy link
Copy Markdown
Author

Hi Shawn!! Okay sounds good to me!

Kaisha Jones

On Aug 18, 2015, at 9:13 AM, Shawn Ausktakalnis notifications@github.com wrote:

Kaisha, it looks like I'm getting a black screen when I run it because the ViewControllers are missing from the storyboard, except for a navigation controller.

You want to go over this HW on Thursday?


Reply to this email directly or view it on GitHub.

@kaishajones
Copy link
Copy Markdown
Author

Hi Mike,

I finished the homework with lots of help (Shena, Krishna, Elber, and You helped me). Please review and mark off your list. Thank you!

Kaisha Jones

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants