Categories
Archives
- August 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- July 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- June 2009
- May 2009
- April 2009
- March 2009
- January 2009
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
-
Recent Posts
Recent Comments
- Juan on How to build antispam SMTP gateway for Exchange on Ubuntu 8.04
- Juan on How to build antispam SMTP gateway for Exchange on Ubuntu 8.04
- amar on How to build antispam SMTP gateway for Exchange on Ubuntu 8.04
- Juan on How to build antispam SMTP gateway for Exchange on Ubuntu 8.04
- amar on Display CGRect frame values in NSLog
-
Amar Kulo @ Twitter
- @andjel_a jutro, poslusaj The Whitest Boy Alive albume Rules i Dreams, prava stvarFebruary 7, 2012 7:16
- @JBorovina jel u tebe kocka ko u mene? do pola kile? :-)February 6, 2012 10:02
- Bas mi nesta na um pade. Koliko li je ljudi fasovalo drsku od onog cuda za vadjenje pice kod Mahira kad sagnu se, a ovi ih ne vide i bum?February 6, 2012 9:17
- @AlexyisK grehota ono ne podjelitiFebruary 6, 2012 7:44
- @MajaViteskic e to, to, mislim malo sto su mu dopustili da zivi tu, nego se jos i ponosi odakle je @Kenoslaw @neshillFebruary 6, 2012 6:44
- @Kenoslaw ali ti se ponosis time :-D @neshillFebruary 6, 2012 6:04
Meta
Create Dropbox account
If you don't already have a Dropbox account then you can create it by clicking on my affiliate link. You will receive 2GB free account + 250 MB extra and I will receive 250 MB as well. Win-Win :-)Donate
If you find my posts useful and would like to pay me back somehow you can always buy me a coffee :-)
Tag Archives: iPhone
How to fix invalid product ID in In-App Purchases
Yesterday after application that I’m programming for a client being rejected once again from Apple because of “inappropriate use of In-App Purchases” I had to delete old one and create a new one in iTunes Connect. Of course after that … Continue reading
Ad Hoc distribution of iOS apps over web – revised
Here is small update of my first post on Ad Hoc distribution of iOS applications over the web which you can find on this link. I have discovered that it can be even easier to distribute apps to beta testers … Continue reading
Posted in iPhone, Tips and tricks
Tagged adhoc, application, beta, builder, ios, ipad, iPhone, Mac tips, organizer, profile, XCode
3 Comments
Automatic sync of CodeBox library between several macs
So yesterday Apple has released 10.6.6 update with App store for Macs. One of my first purchases was CodeBox from Vadim Shpakovski. This application is really must have for all developers, but I have few things that I need for … Continue reading
Posted in iPhone, Tips and tricks
Tagged code, codebox, console, dropbox, ipad, iPhone, Mac tips, objective c, snippet, sync, terminal, XCode
9 Comments
Display CGRect frame values in NSLog
Here is simple tip to display frame values of any UIView with NSLog NSLog(@”My view frame: %@”, NSStringFromCGRect(myView.frame)); After this run your app and in Debugger Console you will se output where values are written in x, y, width, height … Continue reading
Create rounded UIViews with shadow
So here is small tip how to create rounded UIViews with shadow. Create simple Window-based Application with name TestApp. Click on File->New file and select Objective-C class with UIView subclass and name it MyView Now open MyView.m and edit initWithFrame … Continue reading
Ad Hoc profiles and application distribution via web
Note: Check this post for new details how to setup ad hoc profiles over web for beta testing. So after several hours of try and fail I have succeeded finally with distribution of Ad Hoc signed applications for beta testing … Continue reading
Posted in iPhone
Tagged ad, adhoc, beta, builder, certificate, distribution, hoc, ios, ipad, iPhone, ipod, profile, provisioning, safari, XCode
4 Comments
Debugging EXEC_BAD_ACCESS on iPhone
Last night I had a problem with application crashing without obvious reason, I didn’t change much in code (I thought so). So a bit googling and I found solution written by codza how to debug this and find the source … Continue reading
Posted in iPhone
Tagged access, application, bad, blog, codza, crash, debug, debugging, exec, exec_bad_access, iPhone, post, XCode
Leave a comment