Code Monkey home page Code Monkey logo

visualactivityviewcontroller's People

Contributors

naturaln0va avatar neilmorton 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

visualactivityviewcontroller's Issues

preview don't remove from window

preview don't remove from window, will create constraint bug, I think you should remove it by this code;

 override func viewWillDisappear(_ animated: Bool) {
        super.viewWillDisappear(animated)
        UIView.animate(withDuration: fadeOutDuration) {
            self.preview?.alpha = 0
            if let window = self.view.window,
                window.subviews.contains(self.preview) {
                self.preview.removeFromSuperview()
            }
        }
    }

Does not work on iOS 13

VisualActivityViewController doesn't show a UIView on iOS 13. This version is working fine till iOS 12.4. What is the possible fix.

Thank You

Expose all variables in Objective C

It would be extremely useful to expose all the variables to Objective C, as they are in Swift.

Could be done using @objcMembers prefix to the VisualActivityViewController class.

Whatsapp share

Hello,
Its not sharing image in the whatsapp. How can I handle it?

Autoresizing Mask Autolayout error hides the Preview on iPad (works as expected on iPhone)

Hello! I updated to the latest version, I'm getting a layout constraints error on iPad. The preview view doesn't display at all on iPad, and I'm guessing it's related to this error.

My share items are a String and an URL.

It works fine as expected on iPhone. Yes, I'm setting sourceRect and sourceView

Here is the error:

[LayoutConstraints] Unable to simultaneously satisfy constraints.
	Probably at least one of the constraints in the following list is one you don't want. 
	Try this: 
		(1) look at each constraint and try to figure out which you don't expect; 
		(2) find the code that added the unwanted constraint or constraints and fix it. 
	(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) 
(
    "<NSAutoresizingMaskLayoutConstraint:0x600001516620 h=--& v=--& UIView:0x7fbe60d56940.midY == 146   (active)>",
    "<NSAutoresizingMaskLayoutConstraint:0x60000150dae0 h=--& v=--& UIView:0x7fbe60d56940.height == 292   (active)>",
    "<NSLayoutConstraint:0x600001516080 UIVisualEffectView:0x7fbe60d56d40.top >= UILayoutGuide:0x600004f902a0'UIViewSafeAreaLayoutGuide'.top + 8   (active)>",
    "<NSLayoutConstraint:0x600001516cb0 UIVisualEffectView:0x7fbe60d56d40.bottom == UIView:0x7fbe60d56940.top - 8   (active)>",
    "<NSLayoutConstraint:0x6000015171b0 'UIViewSafeAreaLayoutGuide-top' V:|-(0)-[UILayoutGuide:0x600004f902a0'UIViewSafeAreaLayoutGuide']   (active, names: '|':UIView:0x7fbe6285b5c0 )>"
)

and here is my call

let vc = VisualActivityViewController(activityItems: [shareText, url], applicationActivities: nil)
                            
if let popoverPresentationController = vc.popoverPresentationController {
   popoverPresentationController.sourceRect = cell.bounds
   popoverPresentationController.sourceView = cell
}
                            
self.present(vc, animated: true, completion: nil)

Thanks!

applicationActivities

Please add applicationActivities to VisualActivityViewController
example : VisualActivityViewController(text: "", applicationActivities: Freedom.browsers())

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.