On 30 Dec, 2012, at 23:09 , Antonio Nunes wrote:
> I'm considering moving (part of) an existing project to using a base
> localisation, with nibs only for the base language, and strings files to
> localise for other languages. I can't find in the documentation whether this
> feature is compati
On Dec 30, 2012, at 9:29 PM, Quincey Morris wrote:
> On Dec 30, 2012, at 07:59 , Keary Suska wrote:
>
>> I am not sure I am experiencing this bug, if I understand you correctly. I
>> can change the binding placeholder string and the bug will show the new
>> changed placeholder string. Changing
On Dec 29, 2012, at 8:48 PM, Graham Cox wrote:
> I'm just looking for a bit of general guidance/encouragement regarding the
> use of CATiledLayer
>
> I have a view which is layer hosting and I'm using layers to represent many
> small items in the view. That's all fine, but I also want to have
Hi,
Thanks for all the input.
The problem solved when I did this: [progressIndicator
setUsesThreadedAnimation:YES]; in the awakeFromNib method.
With out this the progress bar doesn't animate no matter if the sheet is in the
main thread or secondary or no heavy computations.
I can't have any rou