Coder Social home page Coder Social logo

hmlauncherview's People

Contributors

alinradut avatar heikomaass avatar mrd3650 avatar regexident avatar sadatrahman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hmlauncherview's Issues

Access to transform property outside an icon?

You access to the transform property and this may cause the following troubles:
1)For example, what to do if the icon have had its own transform before you assign to it a new value? It is more than meets the eye. The problem is you add usual and draggable icons to the current view as is then the current view calls layoutSubviews to often (which also causes calling of layoutSubviews for all the children) because it is added with no intermediate views between it and parent. And so you can't simply apply additional transforms on dragging because the animation will bounce.
2)there are a lot of constants which more likely belong to HMLauncherIcon but you have placed them into HMLauncherView

Moving HMLauncherIcon to previous page when a HMLauncherIcon is deleted from current page

This is not an issue, rather a question. When we add a HMLauncherIcon to a page (which is filled with icons), the page adjusts itself and the last icon on the page is moved to the next page. This operation creates a new page, if required.

Can something similar be implemented for delete operation? i.e. When we remove/delete a HMLauncherIcon from a page (which is filled with icons), the page adjusts itself and the first icon from the next page is moved to the current page, and the rest of the pages are automatically adjusted as well.

Thanking in anticipation.

Unable to compile and run HMLauncherViewExample

Hi there. I get 7 errors when I open and try to run HMLauncherViewExample. 5 of these errors state that HMLauncher* files cannot be found. The other 2:

  1. error: unable to open executable '/Users/JC/Library/Developer/Xcode/DerivedData/HMLauncherViewExample-avwfkwtnfczafkgndwfteeqtpovv/Build/Products/Debug-iphonesimulator/HMLauncherViewExample.app/HMLauncherViewExample'
  2. Linker command failed with exit code 1 (use -v to see invocation)

How can I fix this?

Scrolling features request

1)The current code supports scrolling page by page only but is built on a scrollview. What about smooth scrolling?
2)Horizontal scrolling is enabled only. What about vertical scroll support? In the current sources there is even no possibility to send to methods additional param which will determine the type/types of the scrolling.

Shaking doesn't stop automatically, sometimes

Sometimes, when a HMLauncherIcon is moved from one view to another, the shaking doesn't stop. I think it has something to do with the speed of the operation (move operation).

It would be nice to have a feature that allows the users to change the state of the view to "Editing" and "Done Editing". During this state, user can perform multiple edit operations i.e. Deletions.

How to set active page manually?

Hi! Thanks for the great work on such useful launcher view.
Have a question - how to set initial page for launcher view manually? I just want to set second (not the first) page to be active when launcher become visible initially. Is it possible?

Issue when deleting an icon on iOS v4.1 and below

When running on iOS version 4.1 and 4.0 (did not try earlier versions), when deleting an icon (i.e. tapping on the delete image) the tap seems to be recognized twice. The problem is that the deletion confirmation (via the UIAlertSheet) is presented twice as meaning that if confirmed twice, an exception is fired because the second time, the icon does not exist anymore.

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.