All of these points sound more like "Thoughts on Interface Builder to me".
Using autolayout without Interface Builder is a better experience (although
not perfect, surely).
On Thu, Apr 21, 2016 at 9:12 AM, Quincey Morris <
quinceymor...@rivergatesoftware.com> wrote:
> After spending all of the l
Hi all,
I'm having some trouble with XSL-processing when there are stylesheets that
include other stylesheets relatively.
(the XML-files may be irrelevant but are included for completeness - code is
at the bottom).
Given the XML-file:
Edward
Jenner
Gertrude
On Fri, Feb 12, 2010 at 8:21 PM, Fritz Anderson wrote:
> On 12 Feb 2010, at 12:16 PM, Kristof Van Landschoot wrote:
>
>> Why is lDateFormatted nil on iPhone simulator 3.1.2 after executing
>> this piece of code?
>>
>> NSString *lDateString
Why is lDateFormatted nil on iPhone simulator 3.1.2 after executing
this piece of code?
NSString *lDateString = @"Wed, 17 Feb 2010 16:02:01";
NSDateFormatter* dateFormatter = [[[NSDateFormatter alloc] init]
autorelease];
[dateFormatter setDateFormat:@"EEE, dd MMM hh:mm:ss"];
This piece of code was split off from a project I am working on. It
consistently reproduces a garbage collection error on my Mac OS 10.5.7 and
sometimes crashes. I have been looking at it for too long so my question is:
does anybody else see why this would give errors when garbage collection is
on
Hello,
When using a CATextLayer the text seems to be rendered first, and then
scaled up to the scale of the layer. This gives very unsharp text at higher
scaling levels. Is there a way to make sure the text remains sharp? I can
not seem to find any hints in the documentation.
I've got similar