[MonoTouch] Binding to category
ggbtvs
gavingrant at me.com
Wed Mar 28 15:51:17 UTC 2012
I am trying to bind the following library libIKea.a.
@interface KScan : NSObject {
iKEA *ikea;
}
It has various methods which I have been able to bind to and successfully
call but there are some defined as categories
@interface NSObject (KTSyncDelegate)
- (void)BarcodeDataArrived:(char *)BarcodeData;
- (void)DisplayConnectionStatus;
- (void)SynchronizeFinished;
- (void)StartSynchronize;
- (void)SaveWebApps;
- (void)SaveEmailSettings;
- (void)DisplayAlert:(bool)on:(NSString *)message:(NSString
*)button:(bool)startTimer;
@end
When these get called I am getting an unrecognised selector error.
How do I bind to these.
--
View this message in context: http://monotouch.2284126.n4.nabble.com/Binding-to-category-tp4512665p4512665.html
Sent from the MonoTouch mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monotouch/attachments/20120328/2987eea1/attachment.html>
More information about the MonoTouch
mailing list