Code Monkey home page Code Monkey logo

Comments (5)

spicyShrimp avatar spicyShrimp commented on August 16, 2024

具体可以写一个demo给我看看,我这边没有复现这样的情况

from uinavigation-sxfixspace.

yfxiarigit avatar yfxiarigit commented on August 16, 2024

可以在viewDidLoad的时候设置忽略偏移

  • (void)wa_viewDidLoad {
    if ([self isKindOfClass:[UIImagePickerController class]]) {
    wa_tempDisableFixSpace = wa_disableFixSpace;
    wa_disableFixSpace = YES;
    }
    }

//-(void)wa_viewWillAppear:(BOOL)animated {
// if ([self isKindOfClass:[UIImagePickerController class]]) {
// wa_tempDisableFixSpace = wa_disableFixSpace;
// wa_disableFixSpace = YES;
// }
// [self wa_viewWillAppear:animated];
//}

from uinavigation-sxfixspace.

wayone avatar wayone commented on August 16, 2024

@spicyShrimp 我运行的你的 demo, 真机 iPhone 6,10.3.3

from uinavigation-sxfixspace.

Brances avatar Brances commented on August 16, 2024

真机iphone7 iOS 10.0.3运行demo后也出现cancel按钮偏移情况~

from uinavigation-sxfixspace.

spicyShrimp avatar spicyShrimp commented on August 16, 2024

那是系统相册,本身的位置就应该在那个地方,如果也想要指定位置,我重新出一个版本吧

from uinavigation-sxfixspace.

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.