我希望点击后可以包含我的图片尺寸, 目前它们的显示比我希望它们出现的要大。
示例:http://messaages.com/post/144951542174
HTML:https://gist.github.com/anonymous/4f09e3306f9b28ee0dce286342c51c7e
我在代码中玩了各种各样的大小,但我似乎无法改变它。
答案 0 :(得分:0)
如果您想在点击图像后更改图像尺寸,则需要使用javascript来更改css。
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
return self.data.count;
}