m檔案
-(void)rightbuttonclick:(uibutton *)abutton
#pragma mark ---actionsheet delegate
-(void)actionsheet:(uiactionsheet *)actionsheet clickedbuttonatindex:(nsinteger)buttonindex
else if (buttonindex == 1)
else if(buttonindex == 2)
}- (void)actionsheetcancel:(uiactionsheet *)actionsheet
else
}-(void)onresp:(baseresp *)resp
else
}-(void)changescene:(nsinteger)scene
h檔案
#import "ybaseviewcontroller.h"
#import "wxapi.h"
#import "wxapiobject.h"
- (void) changescene:(nsinteger)scene;
@end
@inte***ce jobdetailviewcontroller : ybaseviewcontroller
@property (nonatomic,strong) nsstring * offerid;
@property (nonatomic, assign) iddelegate;
@end
後來仔細看官網文件,才發現,傳送的帶的資訊不能大於 10k 。操,壓縮了,總算搞好了。
你中槍了嗎,如果中槍的話,留個言吧
IOS微信分享
ios開發工具包,解壓後得到 libwechatsdk.a wxapi.h wxapiobject.h 三個檔案。將這3個檔案拖到你的工程裡。然後 選擇你的工程設定項,選中 targets 一欄,在 info 標籤欄的 url type 新增 url scheme 為你所註冊的應用程式id。如圖然後...
iOS 新增微信分享
1 將sdk檔案中包含的libwechatsdk.a,wxapi.h,wxapiobject.h三個檔案新增到你所建的工程中。2 選擇你的工程設定項,選中 targets 一欄,在 info 標籤欄的 url type 新增 url scheme 為你所註冊的應用程式id 寫了個工具類,在需要分享的...
Android開發 微信分享功能
官方文件已經介紹的很詳細了,不過有一些地方,我們在開發的時候需要注意。說明以下兩塊 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 public void onresp baseresp resp toast.maketext ...