English 中文(简体)
我如何处理复杂的多邮库问题?
原标题:How do I handle a Complex Multi-Touch Sequence?

在“处理”《应用规划指南》中“处理复杂多功能”的示范守则提供了一个不完整的范例,假设读者充分了解这些空白。 我非常清楚,我没有足够了解这一点,而没有澄清。

在列出3-6时,我假定<代码>touch Begin PointsCFDictionaryRef的成员财产。 更正?

在同一例子中,我们重新使用了malloc(),因此,我认为我们需要在稍后某个时候打电话free(<>/code>。 我的问题是我释放了什么? 是否应在<条码>上注明各个点:。 我如何这样做? (我假定需要在列举上读) 或者,Ifree(touch Begin Points); in my dealloc: methods?

最后,在清单3-7中,有<代码>compareAddress:方法。 我如何(以及在何处)执行?

<>Update> 回答

最佳回答

www.un.org/Depts/DGACM/index_spanish.htm 想像:

 @interface UITouch (TouchSorting)
 - (NSComparisonResult)compareAddress:(id)obj;
 @end

 @implementation UITouch (TouchSorting)
 - (NSComparisonResult)compareAddress:(id)obj {
     if ((void *)self < (void *)obj) return NSOrderedAscending;
    else if ((void *)self == (void *)obj) return NSOrderedSame;
    else return NSOrderedDescending;
 }
 @end
问题回答

暂无回答




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。