Wrox Programmer Forums
|
BOOK: Professional iOS Database Application Programming, 2nd Edition
This is the forum to discuss the Wrox book Professional iOS Database Application Programming, 2nd Edition by Patrick Alessi; ISBN: 978-1-118-39184-6-6
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional iOS Database Application Programming, 2nd Edition section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 3rd, 2014, 04:59 PM
Registered User
 
Join Date: Feb 2014
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Chapter 3 missing line of code.

near the top of pg 69. After:
Code:
filePath = [[NSBundle mainBundle] pathForResource:theProduct.countryOfOrigin
                                               ofType:@"png"];
    image = [UIImage imageWithContentsOfFile:filePath];
This code as is, will not draw the flag image to the cell because it is missing this line of code:
Code:
[image drawInRect:CGRectMake(260.0, 10.0, 20.0, 20.0)];





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 2 Missing Example Code Avram Book: Beginning iOS Application Development with HTML and JavaScript 1 November 9th, 2012 05:43 PM
Code of chapter 7 missing Armin Back BOOK: Professional Business Connectivity Services in SharePoint 2010 by Scot Hillier, Brad Stevenson 2 March 9th, 2011 04:25 AM
Chapter 6 - Code Download Missing for this Chapter dbaechtel BOOK: Professional SharePoint 2007 Development ISBN: 978-0-470-11756-9 0 August 11th, 2009 11:02 AM
Missing code Chapter 6 Ruff D BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 1 September 2nd, 2006 11:14 AM
Chapter 4 Code missing ahanshew BOOK: Professional VB 2005 ISBN: 0-7645-7536-8 1 February 24th, 2006 07:42 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.