开发者

iphond-uitaleview-uipopovercontrol-uiscrollview

开发者 https://www.devze.com 2023-03-11 22:33 出处:网络
In UITableview, When I Click On CellOne Popup Window Is Open For That I am using UIPopOverControl.. And Inside UIPopOverControl One View Which IS Generated Programmatica开发者_StackOverflow中文版lly,

In UITableview, When I Click On Cell One Popup Window Is Open For That I am using UIPopOverControl.. And Inside UIPopOverControl One View Which IS Generated Programmatica开发者_StackOverflow中文版lly, That Is Assign to UIPopOverControl..

In That View There Are So Many UIButton (About 3 Columns And 10 Rows Of Button) These Buttons are Generated Programmatically Also..

Now My problem is , I Want To Scroll On UIPOPOverControl Or View Inside Of UIPopOverControl...

Because At A Time I View Only 5 row Of Button..

I Dont Want To Use UITableView....

Any On Help Me ?


First you have to add View with buttons in UIscrollView.Set ContentSize of scrollview according to buttons size you are inserting in View. Then add this UIScrollView to UIPopOVerView.

0

精彩评论

暂无评论...
验证码 换一张
取 消