• 大小: 35.01MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-17
  • 语言: 其他
  • 标签: 相机相册  

资源简介

Xamarin.iOS-UIImagePickerController调用相机和获取相册列表【控件篇】 欢迎关注 http://blog.csdn.net/u014220518/article/details/53669910

资源截图

代码片段和文件信息

using Foundation;
using UIKit;

namespace ZFJImagePickerView
{
// The UIApplicationDelegate for the application. This class is responsible for launching the
// User Interface of the application as well as listening (and optionally responding) to application events from iOS.
[Register(“AppDelegate“)]
public class AppDelegate : UIApplicationDelegate
{
// class-level declarations

public override UIWindow Window
{
get;
set;
}

public override bool FinishedLaunching(UIApplication application NSDictionary launchOptions)
{
// Override point for customization after application launch.
// If not required for your application you can safely delete this method

return true;
}

public override void OnResignActivation(UIApplication application)
{
// Invoked when the application is about to move from active to inactive state.
// This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) 
// or when the user quits the application and it begins the transition to the background state.
// Games should use this method to pause the game.
}

public override void DidEnterBackground(UIApplication application)
{
// Use this method to release shared resources save user data invalidate timers and store the application state.
// If your application supports background exection this method is called instead of WillTerminate when the user quits.
}

public override void WillEnterForeground(UIApplication application)
{
// Called as part of the transiton from background to active state.
// Here you can undo many of the changes made on entering the background.
}

public override void onactivated(UIApplication application)
{
// Restart any tasks that were paused (or not yet started) while the application was inactive. 
// If the application was previously in the background optionally refresh the user interface.
}

public override void WillTerminate(UIApplication application)
{
// Called when the application is about to terminate. Save data if needed. See also DidEnterBackground.
}
}
}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-12-15 10:42  ZFJImagePickerView\
     目录           0  2016-12-15 14:29  ZFJImagePickerView\ZFJImagePickerView\
     文件        2144  2016-12-15 10:42  ZFJImagePickerView\ZFJImagePickerView\AppDelegate.cs
     目录           0  2016-12-15 10:42  ZFJImagePickerView\ZFJImagePickerView\Assets.xcassets\
     目录           0  2016-12-15 10:42  ZFJImagePickerView\ZFJImagePickerView\Assets.xcassets\AppIcon.appiconset\
     文件        2641  2016-12-15 10:42  ZFJImagePickerView\ZFJImagePickerView\Assets.xcassets\AppIcon.appiconset\Contents.json
     文件          65  2016-12-15 10:42  ZFJImagePickerView\ZFJImagePickerView\Assets.xcassets\Contents.json
     目录           0  2016-12-15 13:55  ZFJImagePickerView\ZFJImagePickerView\bin\
     目录           0  2016-12-15 13:55  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\
     目录           0  2016-12-15 14:15  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\
     目录           0  2016-12-15 14:15  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\
     文件         461  2016-12-15 13:56  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\iTunesmetadata.plist
     目录           0  2016-12-15 14:15  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\
     目录           0  2016-12-15 14:15  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\.monotouch-64\
     文件      973208  2016-12-15 14:09  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\.monotouch-64\mscorlib.arm64.aotdata
     文件      838656  2016-12-15 14:09  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\.monotouch-64\mscorlib.dll
     文件      343024  2016-12-15 14:09  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\.monotouch-64\mscorlib.dll.mdb
     文件        1448  2016-12-15 14:09  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\.monotouch-64\System.arm64.aotdata
     文件        4096  2016-12-15 13:56  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\.monotouch-64\System.dll
     文件         400  2016-12-15 13:56  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\.monotouch-64\System.dll.mdb
     文件      263992  2016-12-15 14:09  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\.monotouch-64\Xamarin.iOS.arm64.aotdata
     文件      288768  2016-12-15 14:09  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\.monotouch-64\Xamarin.iOS.dll
     文件       93414  2016-12-15 14:09  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\.monotouch-64\Xamarin.iOS.dll.mdb
     文件        7784  2016-12-15 14:15  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\.monotouch-64\ZFJImagePickerView.arm64.aotdata
     文件        9216  2016-12-15 14:15  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\.monotouch-64\ZFJImagePickerView.exe
     文件        2276  2016-12-15 14:15  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\.monotouch-64\ZFJImagePickerView.exe.mdb
     文件         102  2016-12-15 14:15  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\.uploaded
     目录           0  2016-12-15 13:56  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\_CodeSignature\
     文件       12209  2016-12-15 14:15  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\_CodeSignature\CodeResources
     文件         181  2016-12-15 14:15  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\archived-expanded-entitlements.xcent
     文件       13398  2016-12-15 14:15  ZFJImagePickerView\ZFJImagePickerView\bin\iPhone\Debug\build-iphone6.2-10.0.2\ZFJImagePickerView.app\embedded.mobileprovision
............此处省略213个文件信息

评论

共有 条评论