如果需要每次點開的時候未打的關卡都在最左邊,即移動到指定index的cell時,可以用setcontentoffset。
部分**如下:
local moveindex = elitelevelhelp.findfdindex(fbboxlist,fbid)
local offset = 0
if moveindex > 4 then
--最後幾2個關卡特殊處理下
if moveindex >= self._nchaptersize-3 then
moveindex = self._nchaptersize-3
endlocal cellposx = 80--偏移
local cellwidth = copyitemsize.width
local widthgap = 21
offset = -(cellposx+cellwidth*(moveindex-1)+widthgap*(moveindex-2))
endself._tableview:setcontentoffset(cc.p(offset,0),false)
注意事項:1.每兩個之間的gap要找準要不然會發現後面的關卡離左邊邊界越來越遠
2。要self._tableview:reloaddata()後再呼叫這個函式
vim跳轉到指定行
在vim中有3中方法可以跳轉到指定行 首先按esc進入命令列模式 1 ngg ng 跳轉到檔案第n行,無需回車 2 n 跳轉到檔案第n行,需要回車 3 vim n filename 在開啟檔案後,跳轉到檔案的第n行 自 在vim中有3中方法可以跳轉到指定行 首先按esc進入命令列模式 1 ngg n...
JS跳轉到指定元素的位置
需求背景 在開發過程中,經常遇到使用者提出 如果某個內容沒有填寫,則需要彈出提示,並且將頁面滾動到指定位置的需求。那這種情況應該怎麼實現呢?具體 如下 一 給鏈結a加個 的方式來實現跳轉。div1 div2 div3 divid container ahref div1 div1 ahref div...
react 跳轉到頁面指定位置
welcome to android.be yourself.do your thing.see what s going on.紅色按鈕 expand more 需要跳轉到的錨點 跳到這裡 跳到這裡 跳到這裡 跳到這裡 跳到這裡 跳到這裡 跳到這裡 scrolltoanchor function ...