문제

Instead of using pushObject to push an object to the end of a collection, is there a method that prepends the object to the front of the collection, thereby inserting the element into the DOM at the front?

도움이 되었습니까?

해결책

I should probably search the debug file before asking next time.

unshiftObject() does what I need.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top