Mac Cocoa |
Author |
Message |
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Tue Oct 07, 2008 4:03 pm Post subject: My Cocoa & iPhone Books |
|
|
Maybe five years ago, somewhere in 2003 I bought two Cocoa books just
to have my options open. Back then I wasn't sure if I was going to move
my MacOS 9 applications to OSX with Carbon or Cocoa.
Since I picked Carbon, the Cocoa books just waited and colected dust on
my bookshelf until September of this year when I decided to find out if I
can do something about iPhone. Here they are: Learning Cocoa with
Objective-C, by James Duncan Davidson and Cocoa in a Nutshell.
.
And just recently I discovered a link to Learning Cocoa with Objective-C
at O'reilly Commons. Cool.
Last edited by delovski on Wed Apr 01, 2009 4:30 pm; edited 2 times in total |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Tue Jan 13, 2009 11:39 pm Post subject: |
|
|
At some point I looked arround and realised that over the years I created
fairly large Cocoa library without even trying. Most of my Carbon books
were both Carbon and Cocoa books. Or, maybe even Cocoa books in dis-
guise!
.
These two books helped me a lot when I first started looking at Xcode. As
an old CodeWarrior fan I must admit that I hated Xcode 2 when I spend
first few minutes with it. Everything seemed wrong and without these books
I would have probably given up. OK, today I really enjoy using Xcode 3,
and I think people at Apple did a great job with Xcode so now it became
awesome and some features are stunningly amazing but back then...
Last edited by delovski on Mon Jan 26, 2009 10:05 pm; edited 1 time in total |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Tue Jan 13, 2009 11:41 pm Post subject: |
|
|
And here are two more Carbon/Cocoa books I had before I started fiddling
with Cocoa. QuickDraw is dead. Long live Quartz!
.
Last edited by delovski on Mon Jan 26, 2009 10:06 pm; edited 1 time in total |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Tue Jan 13, 2009 11:46 pm Post subject: |
|
|
Here some more books useful both to Carbon developers as well as to Co-
coa programmers. Amit Singh is probably one of those incredible super
humans one could find in comics. I have no idea how he found the time to
investigate and study all that stuff he has put into this masterpiece.
.
Last edited by delovski on Mon Jan 26, 2009 10:07 pm; edited 3 times in total |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Tue Jan 13, 2009 11:56 pm Post subject: |
|
|
Hey, there's a forum for "Cocoa Programming for Mac OS X" at The
Big Nerd Ranch. And at Borkware, Resources for Advanced Mac OS X
Programming, source code and errata.
.
So, these last eight titles were my Carbon/Cocoa books I bought before
I started learning Cocoa and Objective-C. Back then I was thinking that I
was buying Carbon books but now I look at them more as great Cocoa
resources.
How convenient!
I already wrote about them in my Carbon thread so here I essentially
just reposted those colorful images.
Last edited by delovski on Mon Jan 26, 2009 10:08 pm; edited 1 time in total |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Thu Jan 15, 2009 3:41 pm Post subject: |
|
|
And then in the summer of 2008 it occurred to me that it would be real
pity not to try something on the iPhone after all those years on the Mac
platform.
Since I knew nothing about Cocoa, doing the same trick as I did on Wind-
ows seemed logical and that is why I decided to buy every Cocoa/iPhone
book out there. That is how I started with the book I have seen everybo-
dy recomends, Cocoa Programming for Mac OS X, by Aaron Hillegass.
The name was familiar so I bought it instantly.
Source code can be downloaded from here.
.
The next book that immediately drew my attention on Amazon was iPhone
Open Application Development by Jonathan Zdziarski. Unfortunately it
was out of print at the time, and unfortunately I just had to be so smart
and locate a few available copies on Amazon UK. So I ordered the book
over there. Then, maybe in less than a single week second edition became
available. Eventually, I'll buy that as well.
Errata for the book. Confirmed & unnconfirmed errors.
Last edited by delovski on Fri Feb 06, 2009 11:18 pm; edited 5 times in total |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Mon Jan 19, 2009 6:11 pm Post subject: |
|
|
Later I managed to find a classic work, exceptional book Cocoa Program-
ming, by Scott Anguish, Erik Buck & Donald Yacktman.
This one is a heavily recommended cocoa book that almost anyone must
have in order to understand much more than the basic concepts described
in other books. It has more than 1000 pages, it is out of print and probably
won't be reprined any time soon. Used copies is all you can get these days.
.
To learn the language that was so similar to C but felt so strange I bought
next Programming in Objective-C by Stephen Kochan.
Last edited by delovski on Mon Jan 26, 2009 10:16 pm; edited 2 times in total |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Thu Jan 29, 2009 6:56 pm Post subject: |
|
|
During Christmas holidays I installed iPhone SDK and this is the main book
that I used to guide me trough it.
When I compiled and tried the example on page 108 it all went well. Then
I continued reading the text. It said: "Select Build ... and you'll see that we
get a linking error _CGAffineTransformMakeRotation."
I was confused at first. Googling for the book title together with the words
Core Graphics and framework found the Errata page. Turns out it was
the case with previous SDK versions. Not any more.
Official support: Dave and Jeff’s Excellent iPhone Support Page
"Welcome one and all to the official support page for our latest book,
Beginning iPhone Development. We're your hosts, Dave Mark and Jeff
LaMarche. Happy to have you on board."
Slashdot: Beginning iPhone Development
"When my wife got an Touch several months back, the first thing I wanted
to do was build some applications for it. Who wouldn't want to play with a
device that has accelerometers, position sensors and multi-touch gestures?
But being new to the Mac world, I needed something to help guide me
along. Beginning iPhone Development aims to be that guide. But does it
live up to the challenge of teaching a newbie Mac and iPhone developer?"
And I found this site (markj.net) - Best Books for iPhone Development
"Hi, I’m Mark Johnson, this is my blog, just a selection of this and that for
reference.
Programmers of all backgrounds are flocking to iPhone development, and
many of us don’t have a background programming for the Mac, which me-
ans there is a lot to get to grips with. Thankfully some brilliant iPhone dev-
elopment books are out"
Last edited by delovski on Sun Feb 01, 2009 9:12 pm; edited 2 times in total |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Fri Jan 30, 2009 8:31 pm Post subject: |
|
|
Somewhere between Christmas and New Year I was in a local book store
where I noticed several Mac programming books. Well, I am not about to
start writing games and I already have previous book by Fritz Anderson
about Xcode so at first I didn't think I'll buy any of these two books. Then
I started browsing them just to see I am missing something so after some
20 or maybe even 30 minutes in that bookstore I realized that Xcode 3
Unleashed is one extremly cool book.
It is very well done with all the fancy illustrations in full color and packed
with huge amount of descriptions of latest Xcode features.
.
So I picked OpenGL Programming on Mac OS X, by Robert P. Kuehne
as well. Who knows? I might need it.
Last edited by delovski on Sun Feb 01, 2009 9:23 pm; edited 1 time in total |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Sat Jan 31, 2009 3:18 pm Post subject: |
|
|
There came the point of no return so I continued monitoring Amazon for
new titles. Next interesting item that came out was Learn Objective–C
on the Mac, by Mark Dalrymple & Scott Knaster.
.
Together with this lemonade book on the left I ordered this odd looking red
warrior from distant past. iPhone in Action: Introduction to Web and
SDK Development, by Christopher Allen & Shannon Appelcline.
Forum: iPhone in Action - "Welcome to the Author Online Forum for iPh-
one in Action by Christopher Allen and Shannon Appelcline. During the MEAP,
we welcome reader comments and errata. The authors will be monitoring
this forum and will respond as time permits." Or download the code.
MobileOrchard.com: A link to the more elaborate review of this book.
Last edited by delovski on Mon Apr 06, 2009 6:46 pm; edited 1 time in total |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Fri May 22, 2009 4:00 pm Post subject: |
|
|
A great book just arrived: iPhone Application Development For Dum-
mies, by Neal Goldstein. Some people don't really like that type of books,
but this one is a very special book. Admittedly, there is less "meat" than
in any other iPhone development book out there, but it holds your hand
through a lot of basic stuff other books take for granted or just skim over
in a chapter or two.
Considering that most would-be iPhone developers never programmed in
Objective-C or Cocoa, never used Xcode and, to make it even harder, ne-
ver even used Macs before starting with iPhone development, it is hard not
to underestimate potential market for this book. This will most definitely be
a true bestseller among the iPhone books.
Once you read it, you'll be much better prepared for all the other serious
books I have listed here.
.
And, The Definitive Guide to SQLite, by Mike Owens. |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Thu Aug 20, 2009 2:18 pm Post subject: |
|
|
Another book just came: iPhone Cool Projects, by Gary Bennett. Judging
by the topics in it, I am glad I have Advanced Mac OS X Programming
and all those Unix programming books I can consult to further clear up
topics from this one. What these other books like Beginning Linux Prog-
ramming, Programming with POSIX Threads, TCP/IP Sockets in C
and Linux Programming by Example cover in much more depth, this ex-
ceptional work by several authors puts into context of iPhone development.
Pretty cool.
Link to Offical page provides source code, short description and errata.
.
And another one of those just in case books: Developing Hybrid Appli-
cations for the iPhone: Using HTML, CSS, and JavaScript to Build
Dynamic Apps for the iPhone, by Lee S. Barney. |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Fri Sep 11, 2009 12:07 am Post subject: |
|
|
Just came from Amazon: iPhone SDK 3 Programming: Advanced Mobi-
le Development for Apple iPhone and iPod touch, by Maher Ali. This is
second edition of his previous iPhone title that came only six months after
it, but the first book needed a revision so badly. Now it is truly a remarka-
ble book, essential piece of resource for any iPhone developer.
Link to the source code.
.
With it came this book with essentially the same title: iPhone SDK Pro-
gramming, A Beginner's Guide, by James Brannan. Here's the link to
Source code & Video tutorials.
This is another book in desperate need of second edition. The author seem
to know how to teach and how to present the subject from several angles,
but the problem is he started learning Objective-C at the same time when
he started writing this book and it shows. And especially in the first few
chapters. Book becomes better with every page, so it has potential, but I
think that technical reviewer or lack of time are responsible for the poor
start.
Last edited by delovski on Tue Sep 29, 2009 10:14 pm; edited 2 times in total |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Sat Oct 17, 2009 11:56 am Post subject: |
|
|
iPhone SDK 3: Visual QuickStart Guide, by Duncan Campbell. So far
all the other books I have presented something unique I haven't found in
any other book. I can't be sure but it seems as this is the first iPhone de-
velopment book that I have where I couldn't find anything new after seve-
ral hours with it. Obviously, I can't be sure after only browsing it for a whi-
le, but as it seems, it will take a while before I give this book some more
time again. New iPhone titles are appearing so fast these days.
.
Another cute little book: Programming the iPhone User Experience,
by Toby Boudreaux. A link to the source code of the book's examples.
I can't say that I love this book, but I really like it. It is very short, but it
has a lot of very interesting and even quite revealing paragraphs with co-
de or comments that I found only in this book so far. On the other hand,
most code examples lack some deeper story or little bit of extra explain-
ations. Most of the listings are not complete and require download in case
you want to actually try them.
I read it from cover to cover in the evenings of a single week.
Last edited by delovski on Tue Oct 27, 2009 11:02 pm; edited 2 times in total |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Wed Feb 03, 2010 9:56 pm Post subject: |
|
|
More, more and even more fruity books: More iPhone 3 Develop-
ment: Tackling iPhone SDK 3, by Dave Mark & Jeff LaMarche. It is
another masterpiece by this duo, very good follow-up to the their first
joint venture.
.
A book with the yellow star. Hm. iPhone Design Award-Winning
Projects, by Chris Dannen. If nothing else, those several tidbits and
code examples related to memory usage are worth the price of this
interesting work. |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Tue Mar 30, 2010 10:28 pm Post subject: |
|
|
General Mac programming book: Beginning Mac OS X Snow Leopard
Programming, by Michael Trent & Drew McCormack. Covers everything
you'll see on the Mac, even things most of Cocoa devs would need only
marginally, so it all serves as good introduction. Like, the Objective-C La-
nguage, Cocoa frameworks, Core Data, The Bash Shell, AppleScript and
AppleScriptObjC, Javascript, Dashboard, and Dashcode.
.
An orange: Learn Cocoa on the Mac, by Jack Nutting, David Mark & Jeff
LaMarche. And, here's the link to the official page at Apress with the source
code. |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Fri May 28, 2010 9:28 pm Post subject: |
|
|
This one just feels special from the moment you touch it. Another master-
piece from Apress. Delicious avocado titled as Beginning iPhone Games
Development, by PJ Cabrera & others. Here's the link to the official page
at Apress with the source code, a link to the book's forum, plus a blog by
Eric Wing, one of the authors with the collection of related links.
.
Ah! And now for something completely different: iPad Application Deve-
lopment For Dummies, by Neal Goldstein & Tony Bove. Really, a new era
has just begun and I need to go with the latest iPhone OS trends.
Last edited by delovski on Mon Sep 13, 2010 9:07 pm; edited 1 time in total |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Mon May 31, 2010 5:14 pm Post subject: |
|
|
Two more books by O'Reilly. First, one with a Pampas Cat: Cocoa and
Objective-C: Up and Running - Foundations of Mac, iPhone, and
iPod touch programming, by Scott Stevenson. And do check out this
place: Theocacao, author's very popular blog.
.
And here's another cool looking pet, a nice little dog carrying something
from the Missing Manual series of titles that I never bought ever before,
a book that should have been in the box: iPhone App Development,
The Missing Manual, by Craig Hockenberry.
The Code and something from the authors's blog:
"If you think you know everything about iPhone development, this book
will probably prove you wrong. I learned a lot while writing it, and it’s my
sincere hope that you’ll benefit from reading it." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Mon Aug 22, 2011 12:21 am Post subject: |
|
|
More interesting titles: iPad Programming, by Daniel H Steinberg & Eric T
Freeman.
.
And related title, Sams Teach Yourself the Twitter API in 24 Hours, by
Christopher Peri & Bess Ho. Promising.
Last edited by delovski on Sat Sep 10, 2011 2:25 am; edited 1 time in total |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Mon Dec 26, 2011 2:33 am Post subject: |
|
|
Two new items from the same publisher: iPhone Applications Tune-Up,
by Loyal Moses. I was dissapointed with this book because there isn't much
of anything in it.
.
And the second: iPhone User Interface Cookbook, by Cameron Banga.
Somewhat interesting, at least for a non-designer type like me. |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3127 Location: Europe
|
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3127 Location: Europe
|
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3127 Location: Europe
|
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3127 Location: Europe
|
Posted: Sun Dec 11, 2022 3:53 pm Post subject: |
|
|
git - TapHarmonic - by the author of Learning AV Foundation book.
"Learning-AV-Foundation, Learning-AV-Foundation-Swift, QuartzDemos,
QuartzDemosSwift, AVFoundationDemos, ContainerViewControllerDemos,
Core-Animation-Demos ...
AVFoundationEditor - iMovie-like demo app from Bob McCune's 'Mastering
Video' talk." |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3127 Location: Europe
|
Posted: Thu May 18, 2023 12:55 pm Post subject: |
|
|
git - Kodeco Deprecated Books
2D Apple Games by Tutorials
3D Apple Games by Tutorials
ARKit by Tutorials
Beat Em Up Game Starter Kit
Beat Em Up Game Starter Kit - Unity
iOS 5 by Tutorials
...
iOS 11 by Tutorials
...
WatchKit by Tutorials 1.4 |
|
Back to top |
|
|
|