Learn about our new Community Discord server here and join us on Discord here!

Jump into our new React Basics course 😎

Get job-ready with our Career Toolbox Track's career advice, resume tips, and more 🧰

Probe The AI Multiverse: Exploring the Subfields of Artificial Intelligence 😮

Students: got a cool project or resource to share? Submit it to Treehouse Links! 🤩

Learn about our new Community Discord server here and join us on Discord here!

🤖 Check out all our AI content here 👀

  • Home
  • Free Trial
  • Sign In
  • Plans
  • Tracks
  • Library
  • Community
  • Support
  • Jobs
    • Newest
      • Newest
      • Active
      • Unanswered
      • Featured
    • All Topics
      • All Topics
      • • General Discussion
      • • 21st Century Skills
      • • AI
      • • Android
      • • APIs
      • • Business
      • • C#
      • • Computer Science
      • • CSS
      • • Data Analysis
      • • Databases
      • • Design
      • • Development Tools
      • • Digital Literacy
      • • Equity, Diversity, and Inclusion (EDI)
      • • Go Language
      • • HTML
      • • Java
      • • JavaScript
      • • Learning Resources
      • • Machine Learning
      • • PHP
      • • Python
      • • Quality Assurance
      • • React
      • • Ruby
      • • Security
  • Miguel Rivera
    Miguel Rivera
    21,679 Points

    I initialised the array, but the program said it is wrong because I have to initialize

    Posted January 6, 2015 2:45am by Miguel Rivera
    Miguel Rivera
    21,679 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    1 Answer

  • Jimmy Boone
    Jimmy Boone
    8,940 Points

    What am I missing? The array index is correct, is there a syntax error that I am not seeing?

    Posted December 10, 2014 6:32pm by Jimmy Boone
    Jimmy Boone
    8,940 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    1 Answer

  • Caleb Kleveter
    MOD
    Caleb Kleveter
    Treehouse Moderator 37,862 Points

    This code challenge seems to be contradicting it self.

    Posted November 24, 2014 11:52pm by Caleb Kleveter
    Caleb Kleveter
    Treehouse Moderator 37,862 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    5 Answers

  • Omar Nunez
    Omar Nunez
    4,101 Points

    I don't know what its wrong

    Posted November 13, 2014 3:33am by Omar Nunez
    Omar Nunez
    4,101 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    2 Answers

  • Ryan Cocuzzo
    Ryan Cocuzzo
    1,206 Points

    Code returning incorrect, anybody have any ideas?

    Posted November 3, 2014 1:32am by Ryan Cocuzzo
    Ryan Cocuzzo
    1,206 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    3 Answers

  • Ryan Cocuzzo
    Ryan Cocuzzo
    1,206 Points

    Code returning incorrect, anybody got any ideas?

    Posted November 3, 2014 12:02am by Ryan Cocuzzo
    Ryan Cocuzzo
    1,206 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    2 Answers

  • Elhami Abujoukha
    Elhami Abujoukha
    1,210 Points

    I tried my answer on Xcode and it is working well , but your compiler display error !!!

    Posted October 31, 2014 5:05pm by Elhami Abujoukha
    Elhami Abujoukha
    1,210 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    1 Answer

  • Ryan Cocuzzo
    Ryan Cocuzzo
    1,206 Points

    Code returning incorrect, anybody got any ideas?

    Posted October 31, 2014 12:48am by Ryan Cocuzzo
    Ryan Cocuzzo
    1,206 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    0 Answers

  • Reinis Stabins
    Reinis Stabins
    2,492 Points

    Something is wrong with implemetation, there is no response. I wrote a correct form of code, but it did not allow

    Posted October 3, 2014 9:14pm by Reinis Stabins
    Reinis Stabins
    2,492 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    1 Answer

  • Jacob McLaws
    Jacob McLaws
    1,497 Points

    Can't find my mistake in this objectAtIndex Challenge

    Posted August 28, 2014 3:42am by Jacob McLaws
    Jacob McLaws
    1,497 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    2 Answers

  • Peter Fazekas
    Peter Fazekas
    896 Points

    im stuck at the ios development crystal ball app challenge 3rd objective

    Posted August 20, 2014 12:46am by Peter Fazekas
    Peter Fazekas
    896 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    2 Answers

  • Iurii Paterega
    PLUS
    Iurii Paterega
    Courses Plus Student 1,441 Points

    Creating a Data collection . stage 3. 3rd. self.quoteLabel.text = [self.quotes objectAtIndex:1]; where is the problem?

    Posted August 14, 2014 9:15pm by Iurii Paterega
    Iurii Paterega
    Courses Plus Student 1,441 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    0 Answers

  • hunche
    hunche
    3,339 Points

    Challenge task 1 of 3 The random quotes app needs an array of quotes. Declare a property named 'quotes'. Make it an NSA

    Posted August 5, 2014 4:56pm by hunche
    hunche
    3,339 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    4 Answers

  • maytelabargamalaga
    PLUS
    maytelabargamalaga
    Courses Plus Student 6,465 Points

    Challenge : Data Collection

    Posted July 20, 2014 9:28am by maytelabargamalaga
    maytelabargamalaga
    Courses Plus Student 6,465 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    1 Answer

  • Will Scharff
    Will Scharff
    11,815 Points

    I thought my code was fine what did I miss on this section.

    Posted May 23, 2014 1:34am by Will Scharff
    Will Scharff
    11,815 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    3 Answers

  • Brian Funez
    Brian Funez
    1,286 Points

    Unable to finish due to error

    Posted April 30, 2014 7:13pm by Brian Funez
    Brian Funez
    1,286 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    4 Answers

  • Dan Rolnik
    Dan Rolnik
    122 Points

    What's wrong with my code

    Posted April 17, 2014 6:45pm by Dan Rolnik
    Dan Rolnik
    122 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    4 Answers

  • Colin Bennett
    Colin Bennett
    1,004 Points

    Creating a data collection 3of3

    Posted April 15, 2014 9:03am by Colin Bennett
    Colin Bennett
    1,004 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    1 Answer

  • Amir Gafni
    PLUS
    Amir Gafni
    Courses Plus Student 2,395 Points

    how come this is not right?

    Posted April 2, 2014 3:06am by Amir Gafni
    Amir Gafni
    Courses Plus Student 2,395 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    3 Answers

  • Mamdouh Moussa
    PLUS
    Mamdouh Moussa
    Courses Plus Student 42 Points

    hello

    Posted March 23, 2014 5:45am by Mamdouh Moussa
    Mamdouh Moussa
    Courses Plus Student 42 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    3 Answers

  • maosk
    maosk
    9,795 Points

    Can anyone help me with the following Challenge task? I have already declared 'quotes' property in the header file.

    Posted March 19, 2014 4:17pm by maosk
    maosk
    9,795 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    3 Answers

  • Adi Gondo Hartono
    Adi Gondo Hartono
    4,931 Points

    I'm having problems with the 2nd question

    Posted March 1, 2014 5:46am by Adi Gondo Hartono
    Adi Gondo Hartono
    4,931 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    1 Answer

  • Justin Shulman
    Justin Shulman
    2,903 Points

    What am i doing wrong? Its killing me!

    Posted February 26, 2014 10:58pm by Justin Shulman
    Justin Shulman
    2,903 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    2 Answers

  • Gabriel Mora
    Gabriel Mora
    2,378 Points

    The random quotes app needs an array of quotes. Declare a property named 'quotes'. Make it an NSArray and use the modifiers 'nonatomic' and 'strong'.

    Posted February 25, 2014 2:56am by Gabriel Mora
    Gabriel Mora
    2,378 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    2 Answers

  • Satish Mohan
    Satish Mohan
    2,055 Points

    Code Chellenge NSArray

    Posted February 24, 2014 2:41pm by Satish Mohan
    Satish Mohan
    2,055 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    2 Answers

  • Seir Kiilerich
    Seir Kiilerich
    1,176 Points

    NSArray quotes

    Posted February 9, 2014 2:27pm by Seir Kiilerich
    Seir Kiilerich
    1,176 Points
    • General Discussion
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    1 Answer

  • Dan Rudolf
    Dan Rudolf
    6,047 Points

    Compiler problem

    Posted February 5, 2014 1:44am by Dan Rudolf
    Dan Rudolf
    6,047 Points
    • iOS
    • Build a Simple iPhone App (iOS7)
    • Creating a Data Collection
    • Create an NSArray Property

    1 Answer

Posting to the forum is only allowed for members with active accounts.
Please sign in or sign up to post.

    Treehouse

  • About
  • Blog
  • Careers
  • Community
  • Stories
  • Shop
  • Contact
  • Gift Card

See Full Catalogue

Techdegree

  • Front End Web Development
  • Full Stack JavaScript
  • Python Development
  • Data Analysis
  • UX Design

Tracks

  • Learn to Code for Beginners
  • Beginning Python
  • Beginning SQL
  • Beginning Java
  • ...see more

Courses

  • JavaScript Basics
  • Intro to HTML & CSS
  • Python Basics
  • CSS Layout
  • ...see more

Explore

  • Plans
  • Perks
  • Public Library Access
  • Treehouse for Libraries
  • Treehouse for Businesses
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
  • Instagram
Terms & Conditions | Privacy

© 2023 Treehouse Island, Inc.