On Apr 18, 2010, at 1:26 PM, Gideon King wrote: > > CGFloat newMin = 150.0f; > CGFloat newMax = 0.0f; > [mapContentSubview setMinDimension:newMin andMaxDimension:newMax]; > > The method is defined as: > > - (void)setMinDimension:(CGFloat)newMinDimension > andMaxDimension:(CGFloat)newMaxDimension;
Are you taking account of the fact that CGFloat is different on 32 and 64 bit platforms? typedef float CGFloat;// 32-bit typedef double CGFloat;// 64-bit warmest regards, Ralph Raffael Cavallaro raffaelcavall...@me.com _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com