Steve,
There are no web views. Because we're using a UITextView, it loads the WebKit
behind the scene (I guess to support links that could appear in the text in the
UITextView) and when that UITextView is deallocated from another thread than
the main thread or the webkit thread, it raises an ex
A UITableViewCell could be deallocated as soon as its row scrolls out of view.
UITableView will reuse cells if you specify a reuse identifier, but I don't
believe that the docs actually specify the number of cells that are reused.
I'm assuming that the web view is displayed when the user taps a
It seems that the deallocation happens when a block is being deallocated. Is it
possible that a block ran on the main queue of an NSOperationQueue could be
deallocated in another thread?
-Laurent.
--
Laurent Daudelin
AIM/iChat/Skype:LaurentDaudelin
http://www.ne
Hello Luke.
Well, I already checked that. The cell is being deallocated from a secondary
thread but there is nothing in the thread that indicates what triggered it. It
looks like a performSelector:withObject:afterDelay: or something like it but we
don't have any of those in the table view contr
Think about it simply. A cell gets deallocated just like any other object -
when its retain count goes to zero. If you're looking for a cell getting
deallocated on a non-main thread, you're looking for a place release is being
called on a non-main thread. I would think you could just override th
On Jan 23, 2012, at 12:22 PM, Jan E. Schotsman wrote:
> On Jan 23, 2012, at 5:08 PM, Ken Thomases wrote:
>
>> If you're supporting Leopard, then you can't use ARC and the original
>> problem goes away.
>
> ??? I have set development target = 10.7 SDK, deployment target = 10.5 and
> ARC is on.
I recently posted a query on the Xcode-Users list but with no reply so far.
I hopes of accelerating some standard C functions, I've run a few timing
experiments to assess vForce.h function performance. The results are
disappointing.
- Comparing the time to run vvsqrt( ) on a 1 point data
Hello.
I'm trying to track a crash in our app where we have a custom UITableView cell
that contains a UITextView because we need the ability to display and open
links that might be in the text we're displaying in the text view.
The problem is that somehow, the cell is deallocated and WebKit com
On Jan 23, 2012, at 5:08 PM, Ken Thomases wrote:
If you're supporting Leopard, then you can't use ARC and the
original problem goes away.
??? I have set development target = 10.7 SDK, deployment target =
10.5 and ARC is on.
The compiler doesn't complain. I have clicked the "validate setti
On Jan 23, 2012, at 9:16 AM, Jan E. Schotsman wrote:
> On Jan 23, 2012, at 11:37 AM, Conrad Shultz wrote:
>
>>> if I try to pass on someString in a C struct (contextInfo) then the
>>> compiler complains that ARC doesn't like object pointers in C structs.
>>> I could serialize and unserialize the
On Jan 23, 2012, at 11:37 AM, Conrad Shultz wrote:
You *really* need to read the docs on blocks and GCD since they are
the
"modern" way of writing threaded code, implementing callbacks, etc.
I'd
start with the "Short Practical Guide to Blocks" -
http://developer.apple.com/library/ios/#feat
Re: Versions, -windowWillClose: (Martin Hewitson)
2. Re: NSSlider and arrangedObjects (Ken Thomases)
3. Re: NSXMLParser, streams, multiple threads, and crashing
(Jens Alfke)
4. Re: NSXMLParser, streams, multiple threads, and crashing
(Thomas Davie)
5. Re: NSTextView : Scroll top w
(Re-post on list.)
On 1/23/12 1:41 AM, Jan E. Schotsman wrote:
> That's great indeed, but I need the block to work with a method
> parameter (an NSString object). Do I need to copy the NSString to an ivar?
No, you just use it directly. As Ken mentioned, any variable you
reference in a block is a
On Jan 23, 2012, at 5:17 AM, Ken Thomases wrote:
On Jan 22, 2012, at 1:24 PM, Jan E. Schotsman wrote:
Suppose I want to display a modeless choose file dialog with the
beginWithCompletionHandler method.
How can I pass some context info to the handler?
Blocks capture whatever local variable
Hi All,
I am transferring audiobook from Mac OS X to iOS device using iTunes (during
transfer the audiobook is not copied to iTunes). For the transfer I am using
apple script (with Cocoa).
I found that if the album name of audiobook is not set, after transfer on iOS
device (iPhone, iPad..)the
Good info. Thanks, guys!
___
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
16 matches
Mail list logo