且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

有水平的UIRefreshControl吗?

更新时间:2022-10-19 13:47:26

I couldn't find any existing solutions so I extended ODRefreshControl with horizontal layout support:

I needed solution in MonoTouch (C#) so I started by source-porting ODRefreshControl and then patched it to work with horizontal layout.

Full C# source code is here, it should be straightforward to port it back to Objective C.
All I did was add an utility function and some conditions here and there.