Giter Site home page Giter Site logo

Comments (7)

liufengting avatar liufengting commented on May 13, 2024

There are two lines of code you need to change as follows. I hope it solves the problem.

line 103: _menuTableView.scrollEnabled = NO;
->
_menuTableView.scrollEnabled = YES;

line 424: CGFloat menuHeight = FTDefaultMenuRowHeight * self.menuArray.count + FTDefaultMenuArrowHeight;
->
CGFloat menuHeight = FTDefaultMenuRowHeight * A + FTDefaultMenuArrowHeight;// A is how many cells you wanna show at the first time, or maybe you wanna some certain height.

from ftpopovermenu.

liufengting avatar liufengting commented on May 13, 2024

check out the newest change at https://github.com/liufengting/FTPopOverMenu/blob/master/CHANGELOG.md

I have added this feature.

from ftpopovermenu.

sai487 avatar sai487 commented on May 13, 2024

Thank You, for sending me the reply to the doubt I sent to you.

On Mon, Aug 15, 2016 at 9:38 AM, Liu Fengting [email protected]
wrote:

check out the newest change at https://github.com/
liufengting/FTPopOverMenu/blob/master/CHANGELOG.md

I have added this feathure.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AT7eqrpI7WYCB4n1Y2751YEQIhBRky2jks5qf-ZOgaJpZM4JjpV2
.

from Sai Krishna

from ftpopovermenu.

sai487 avatar sai487 commented on May 13, 2024

Once again thank you for the last reply
And how to set the PopOver size according to the data content in the array.
In the last reply, you said that, "A" is how many cells Or Row height.
But how I change it(PopOver) to dynamic,according to the data.
Thank You

On Tue, Aug 16, 2016 at 10:18 AM, sai krishna <
[email protected]> wrote:

Thank You, for sending me the reply to the doubt I sent to you.

On Mon, Aug 15, 2016 at 9:38 AM, Liu Fengting [email protected]
wrote:

check out the newest change at https://github.com/liufengting
/FTPopOverMenu/blob/master/CHANGELOG.md

I have added this feathure.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AT7eqrpI7WYCB4n1Y2751YEQIhBRky2jks5qf-ZOgaJpZM4JjpV2
.

from Sai Krishna

from Sai Krishna

from ftpopovermenu.

liufengting avatar liufengting commented on May 13, 2024

yesterday,I add scrollable feature, check out the latest code
I hope it solves your problem

from ftpopovermenu.

sai487 avatar sai487 commented on May 13, 2024

yeah,
It's working good.

On Tue, Aug 16, 2016 at 11:31 AM, Liu Fengting [email protected]
wrote:

yesterday,I add scrollable feature, check out the latest code
I hope it solves your problem


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AT7eqth9el8CD1MeIMl81VT0nbEtnzozks5qgVIdgaJpZM4JjpV2
.

from Sai Krishna

from ftpopovermenu.

liufengting avatar liufengting commented on May 13, 2024

Thanks for this great suggestion. If you have any more questions, I'm here : )

from ftpopovermenu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.