我想用自定义按钮拍照。我的$(document).ready(function() {
$("#guardar").click(function() {
var seleccionados = $.makeArray($(':checkbox').map(function(i, item) {
if($(item).is(':checked'))
return parseInt($(item).val());
}));
console.log(seleccionados);
});
$("#eliminar").click(function(){
});
$("#arriba").click(function(){
var p = $("#pregunta").val();
console.log(p);
var td1 = $("<td></td>").text(p);
var td2 = $("<td><input type='checkbox' value='2' /></td>");
var td3 = $("<td></td>");
if(p != ""){
}
});
$("#abajo").click(function(){
if($("#pregunta").val() !=""){
$("tbody").append();
}
});
});
是我的控制器,其上有按钮,其中执行操作拍照但他们没有点击。警告显示在这一行:
从incomtable指针中分配id nullabel OverlayViewcontroller strong imagePicker.delegate = overlay;
OverLayViewController