我正在关注此LINK以浏览MS Word并显示到Edraw Viewer中。除了Array
(
[username] => Zahid Saeed
)
Array
(
[profile_img] => Array
(
[name] => header-background.png
[type] => image/png
[tmp_name] => C:\wamp64\tmp\php34DA.tmp
[error] => 0
[size] => 563
)
)
img uploaded successfully
中的代码之外,我设法做到这一点,但我现在想要的是在浏览MS Word后计算总页数并将其显示为- (void)viewDidLoad
{
[super viewDidLoad];
[self setupBackBtn];
// 初始化导航条
[self setupNav];
//点击空白 收回键盘
UITapGestureRecognizer *tapGestureRecognizer = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(keyboardHide:)];
tapGestureRecognizer.cancelsTouchesInView = NO;
[self.view addGestureRecognizer:tapGestureRecognizer];
_confirmBtn.layer.cornerRadius = 5.f;
}
。
感谢。欢呼声。