Drastic.LNPopupController 1.5.1

dotnet add package Drastic.LNPopupController --version 1.5.1
NuGet\Install-Package Drastic.LNPopupController -Version 1.5.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Drastic.LNPopupController" Version="1.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Drastic.LNPopupController --version 1.5.1
#r "nuget: Drastic.LNPopupController, 1.5.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Drastic.LNPopupController as a Cake Addin
#addin nuget:?package=Drastic.LNPopupController&version=1.5.1

// Install Drastic.LNPopupController as a Cake Tool
#tool nuget:?package=Drastic.LNPopupController&version=1.5.1

NuGet Version License

Drastic.LNPopupController

Drastic.LNPopupController is a .NET iOS and Catalyst binding of LNPopupController, a framework for presenting view controllers as popups of other view controllers.

Setup

  • Install the Drastic.LNPopupController

  • Add the LNPopupController namespace to your code. This will expose additional properties on your UIViewController and UIViews

...
        public override void ViewDidLoad()
        {
            base.ViewDidLoad();
            var test = new DemoPopupContentViewController();
            test.PopupItem().Title = "Test!";
            this.PresentPopupBarWithContentViewController(test, true, null);
        }
    }

    public class DemoPopupContentViewController : UIViewController
    {
        public DemoPopupContentViewController()
        {
        }
    }
...
Product Compatible and additional computed target framework versions.
.NET net7.0-ios16.1 is compatible.  net7.0-maccatalyst16.1 is compatible.  net8.0-ios was computed.  net8.0-maccatalyst was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0-ios16.1

    • No dependencies.
  • net7.0-maccatalyst16.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.1 203 4/1/2023
1.0.0 184 12/5/2022