Skip to content
  • Home
  • Code With Michelle
  • About

Luvelle Codes

Talk code to me

Tag: nsarray

— Coding, How-To —

iOS: Storing CGRect Items into an NSArray/NSMutableArray

June 16, 2015

You can store CGRect items into an NSArray. You need to store them as NSValue types: Here’s how to retrieve the items later on:

— Coding —

iOS: Statically Create an NSArray Object in View Controller

April 11, 2015

When you have an NSArray object containing NSString objects in your View Controller, you might want to create a static version of it, especially when the user will only see the same values each time the view appears. First, add your C array pointers to NSString constants by following instructions in my earlier post. In… Read More iOS: Statically Create an NSArray Object in View Controller




Categories

  • Blog
  • Coding
  • Command Line
  • How-To
  • Problem Solving
  • Teaching

Tags

android studio apache centos 7 coding domain name how-to ios iOS 8 namesilo nsstring objective-c python snippet ssh unix vps wordpress xcode 6
© 2017 Luvelle Codes