Coder Social home page Coder Social logo

iOS 8 position issues about klcpopup HOT 18 CLOSED

batjo avatar batjo commented on July 21, 2024
iOS 8 position issues

from klcpopup.

Comments (18)

khaledannajar avatar khaledannajar commented on July 21, 2024 1

Hi cocoapods always get version 1.0 and the fix is in version 1.1. Have you updated the cocoapods repository? @jmascia

pod error:

[!] Unable to satisfy the following requirements:

- `KLCPopup (~> 1.1)` required by `Podfile`

from klcpopup.

jmascia avatar jmascia commented on July 21, 2024

Hey @bartjochems, glad you like the popup! I'm sorry about the issues on iOS 8. I will look into it shortly. I think I should be able to fix it by this weekend...

from klcpopup.

batjo avatar batjo commented on July 21, 2024

That would be really great! Thanks a lot

from klcpopup.

SamStone92 avatar SamStone92 commented on July 21, 2024

Any updates for iOS 8?

from klcpopup.

jmascia avatar jmascia commented on July 21, 2024

Did a lot of testing and figured out the issues. Just need to clean up my code and then I'll commit.

from klcpopup.

SamStone92 avatar SamStone92 commented on July 21, 2024

Amazing, thank you.

Sent from my iPhone

On 2 Sep 2014, at 08:34, Jeff Mascia [email protected] wrote:

Did a lot of testing and figured out the issues. Just need to clean up my code and then I'll commit.


Reply to this email directly or view it on GitHub.

from klcpopup.

frankcortes avatar frankcortes commented on July 21, 2024

What is the current state for this issue? This bug is really annoying for the user experience. We are going to publish an app in the App Store and we would need to fix this before.

from klcpopup.

batjo avatar batjo commented on July 21, 2024

Hi @jmascia I did some more testing and found another problem when the orientation changes. Have a look at the attached screenshots:
ios simulator screen shot 10 sep 2014 14 44 50
ios simulator screen shot 10 sep 2014 14 44 40

Looking forward to a new release!

from klcpopup.

iremk avatar iremk commented on July 21, 2024

any luck on fixing this issue?
looking forward to it.

from klcpopup.

ancloid avatar ancloid commented on July 21, 2024

Quick fix orientation for iPad landscape only:

in KLCPopup.m search for :
self.transform = CGAffineTransformMakeRotation(angle);
self.frame = self.window.bounds;

change with:
if (floor(NSFoundationVersionNumber) <= NSFoundationVersionNumber_iOS_7_1) {
self.transform = CGAffineTransformMakeRotation(angle);
self.frame = self.window.bounds;
}

from klcpopup.

ristkari avatar ristkari commented on July 21, 2024

Wonderng whether there will be fix? It would be greatly appreciated :)

from klcpopup.

 avatar commented on July 21, 2024

anclefeudor's fix for the iPad orientation issue did the trick for me. Many thanks and very nice control!

from klcpopup.

batjo avatar batjo commented on July 21, 2024

@jmascia any plans on releasing a new version?

from klcpopup.

jmascia avatar jmascia commented on July 21, 2024

I put out a new version that should fix layout and rotation issues in iOS 8. Let me know if you find any issue, or give it a go yourself ;)

Apologies for the long wait on this. It's been a busy time both at home and work. Thanks for understanding.

from klcpopup.

batjo avatar batjo commented on July 21, 2024

Thanks a lot!

from klcpopup.

petr-fiala avatar petr-fiala commented on July 21, 2024

great PopUp! definitely going to use it in my projects. There is still problem with orientations on iOS8... fix is super simple, already written in comments above, why won't you push it?

from klcpopup.

fedemame avatar fedemame commented on July 21, 2024

@jmascia please merge the @anclefeudor fix, there is still a rotation bug in iOS 8.
Congratulation for the component anyway ;)

from klcpopup.

HarishSami avatar HarishSami commented on July 21, 2024

When We Drag the KCLPopup.h and .m files to our project it cannot be working. Getting TypeNum redefinition Error. I can not write any code in .h and .m files. I am using Xcode 9.4.1. Is there ant Podfile for this KCLPopup

from klcpopup.

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.