問題タブ [ttphotoviewcontroller]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
xamarin.ios - MonoTouchでThree20TTPhotoViewControllerを使用する
私はMonoTouchでThree20TTPhotoViewControllerを使用しようとしています。TTPhotoからFacebookPhotoを派生させ、TTPhotoSourceからFacebookPhotoSourceを派生させて、TTPhotoViewControllerを呼び出そうとしていますが、ViewControllerをプッシュすると次の例外が発生します。
Objective-Cの例外がスローされました。名前:NSInvalidArgumentException理由:* -[NSPlaceholderString initWithFormat:locale:arguments:]:nil引数
このgithubプロジェクトのモノタッチバインディングに気づきました:https ://github.com/mono/monotouch-bindings/tree/492f68c3c2007f0638452cc8a5a762556db224ba/Three20/bindingにphotoAtIndexバインディングがないので、それを追加して再コンパイルしましたが、なぜこの例外が発生するのか理解できませんでした。
TTPhotoViewControllerを呼び出す方法は次のとおりです。
これがTTPhotoSourceの定義です
FacebookPhotoの定義は次のとおりです。