en

hi, it seems you are using microsoft internet explorer. it doesn't match web standard and causes problems browsing this site. please please please use mozilla firefox or google chrome instead. thank you!

zh

哦哦!您正在使用Internet Explorer 瀏覽器,它與我們的網頁標準並不相容,可能會導致畫面顯示不正常。
請改用 Mozilla Firefox 或者 Google Chrome 才能正常瀏覽本網站,謝謝!

10.31.2011

MFMessageComposeViewController 的基本使用方法

MFMessageComposeViewController 同樣是在 MessageUI Framework 中的一個類別,而它的主要功能是用來製作 SMS 訊息的相關格式,它的使用方式如同 MFMailComposeViewController 一樣,透過一些簡單的設定,你也可以為你的應用程式加上 SMS 訊息的功能。

9.12.2011

MFMailComposeViewController 的基本使用方法


MFMailComposeViewController 是在 MessageUI Framework 中的一個類別,主要被使用來製作電子郵件的相關格式,從 iOS 3.0 開始,可以透過 MessageUI Framework 來為您的應用程式增加傳送電子郵件的功能,MessageUI 套件包含許多電子郵件的細微設定,除了基本的收件人、副本與密文等,也包含了附加檔案功能,可以在郵件中插入圖片或是附帶其他類型的檔案,當然在內文的部份也支援使用 HTML 語言,其基本使用方式如下。