Giter Site home page Giter Site logo

cwpopup's People

Contributors

angelolloqui avatar cezarywojcik avatar goles avatar guilhermearaujo avatar k06a avatar niveus avatar yoavlt 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

cwpopup's Issues

Keyboard Support

The textfield cannot become first responder. I would be very glad if you can help me. Other than this excellent work!

Toggle parallax effect

I think having the ability to toggle the parallax effect would be nice, mainly because if the user is holding their device at a weird angle when the popup displays, then turns their devices in a different position, the popup can get all kinds of weird and touches don't respond to the correct coordinates.

compiling error occurs when I chang SDK from 6.0 to 8.0

@cezarywojcik

Please forgive my poor English。

Things went well when my APP deploying with SDK [iOS 6.0].
But when I change 'Base SDK' in 'Build Settings' from [iOS 6.0] to [iOS 8.0].

There comes an error in [UIViewController+CWPopup.m] file like:

row 13:
->@import Accelerate;
Use of '@import' when modules are disabled

row 52:
->vImage_Buffer effectInBuffer;
Use of undeclared identifier 'vImage_Buffer'

something else like undeclared identifier 'effectOutBuffer'

I'm a freshman here . and please help me.
Looking forward for your reply !

thanks all . Thank you very much !

unexpected '@' in program ios

When installing this through CocoaPods, the build fails with the error description above. That is because the modules for C and Objective-C hasn't been enabled. You can do that by adding spec.compiler_flags = "-fmodules" to your podspec file.

Image + PopUp?

Is there a way to add an image to the top center area of the pop up?

Popup frame offset

It would be very nice I could set an offset (x and y) to the popup view to move it away from the center.
One situation I am facing now is that I have a text field in my popup, and I wanted it to go up vertically when the keyboard shows up, so the whole view is visible (and not partially covered by the keyboard).

Black blur background

I am trying to make this:
2015-04-01 17 26 12

But I got this:
2015-04-01 17 26 42

I made backgroundColor of presented view to [UIColor clearColor] in storyboard. If it is white - I see no blur at all...

Transparent Popup

Is it possible to make the popup transparent? I tried to set the alpha-values of some background colors, but it doesn't seem to work.

notification issue

Hello
first of all thanks for the code! keep it up.

in my viewcontroller i have a couple of nsnotifications already running in my viewWillAppear.

if from that viewcontroller i use your code to present a modal then when dismissing it
a line in your category:
[[NSNotificationCenter defaultCenter] removeObserver:self];
will remove ALL observers from a view, even the ones i was having in my original view.

a solution is this:
replace this:
[[NSNotificationCenter defaultCenter] removeObserver:self];
with this
[[NSNotificationCenter defaultCenter] removeObserver:self name:UIApplicationDidChangeStatusBarOrientationNotification object:nil];

thanks
K.K

Weird behaviour while adding onto a UITableViewController

While trying to add the popup to a UITableViewController, the pop up view continues to scroll along with the TableView's scrollView and only a part of the tableViewController's view is dark. Maybe I am doing it the wrong way but here it is -

[self presentPopupViewController:someViewController animated:YES completion:^{
}];

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.