Re: Can an NSArray ever have a count of -1?
Re: Can an NSArray ever have a count of -1?
- Subject: Re: Can an NSArray ever have a count of -1?
- From: Roland King <email@hidden>
- Date: Sat, 20 Feb 2016 14:19:35 +0800
> On 20 Feb 2016, at 14:14, Gerriet M. Denkmann <email@hidden> wrote:
>
>
>> On 20 Feb 2016, at 13:02, Quincey Morris <email@hidden> wrote:
>>
>> On Feb 19, 2016, at 21:30 , Gerriet M. Denkmann <email@hidden> wrote:
>>
>> Now that I code almost exclusively in Swift, the problem has largely disappeared, because ‘“\(someValue)"' is a lot easier*** than ‘[NSString stringWithFormat: "%lu", (someCast) someValue]’.
>
> Is there (yet) a Swift version of ‘[NSString stringWithFormat: “lx”, (someCast) someValue]’ ?
> Last time I checked, this was the only way to print formatted strings.
>
> Kind regards,
var str = String( format: "lx", 123 )
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden