ZX
ZX
I fixed this issue. See my fork https://github.com/bumaociyuan/CWPopup
I had the same problem
[button setTitleColor:[UIColor redColor] forState:UIControlStateSelected]; [button setTitleColor:[UIColor redColor] forState:UIControlStateHighlighted]; @sxsoul both not work
I have fixed this bug #163
@youknowone any update on this?
@thewatts Here is my solution ``` let g:user_emmet_leader_key='' inoremap e :call emmet#expandAbbr(0,"")h:call emmet#splitJoinTag()wwi nnoremap e :call emmet#expandAbbr(0,"")h:call emmet#splitJoinTag()ww ``` add these lines in your `.vimrc`
Add UDID for Xcode 6.3
+1
请问 @eternalsky 有进展了么