我使用Mapbox SDK和SMCalloutView如何更改頁邊距在SMCalloutView
callout.view.frame = CGRectMake(0, 0, 300, 115);
SMCalloutView *smcallout = [[SMCalloutView alloc] init];
smcallout.contentView = callout.view;
[smcallout presentCalloutFromRect:smcallout.frame inLayer:annotation.layer constrainedToLayer:map.layer animated:YES];
我怎樣才能改變利潤從內容查看到calloutView的邊界?
您是否可以使用Mapbox和SMCalloutView構建項目? – Rajesh 2015-12-22 09:58:04