#import
#import
@inte***ce zmstatubarhud : nsobject
//成功時候顯示訊息
+ (void)showsuccess:(nsstring *)msg;
//失敗的時候顯示訊息
+ (void)showerror:(nsstring *)msg;
//載入的時候顯示 呼叫此方法想要隱藏需自己呼叫hide方法
+ (void)showloading:(nsstring *)msg;
//隱藏提示框
+ (void)hide;
//顯示資訊
+ (void)showmessage:(nsstring *)msg;
//自定義提示框
+ (void)showmessage:(nsstring *)msg image:(uiimage *)image;
@end
通過自定義ImageView來實現多點觸控
public class main extends activity 觸屏事件 override public boolean ontouchevent motionevent event else if event.getpointercount 1 return true 自定義imagevie...
自定義登入(通過事件實現)
using system using system.collections.generic using system.componentmodel using system.drawing using system.data using system.linq using system.text u...
easyUI 自定義window工具
author yhc 預設的window有四個工具 collapsible,minimizable,maximizable 和closable.如示例我們定義以下window 自定義工具,設定該工具為true或者false,如示例我們希望定義乙個window僅僅擁有乙個可關閉的工具,你應該設定任何其...