
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
ascetic.plugins.prettypopup
Advanced tools
This is small and fast decoration package for blurred background effect for your Rg.Plugins.Popups
AsceticAscetic.Plugins.PopupDecorations.<Droid/iOS>.PrettyPopup.Init()
PrettyPopup will automatically setup Rg.Plugins.Popup inside(you can use parameters for disable such behavior)
<ascetic:PrettyPopup xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:ascetic="clr-namespace:Ascetic.Plugins.PopupDecorations;assembly=PrettyPopupPlugin.Core"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="PrettyPopupDemo.MyPopup">
<Frame VerticalOptions="Center" CornerRadius="14">
<Label VerticalOptions="Center" HorizontalOptions="Center" Text="My content"/>
</Frame>
</ascetic:PrettyPopup>
and code behind:
public partial class MyPopup : Ascetic.Plugins.PopupDecorations.PrettyPopup
{
private static int BlurRadius = Device.RuntimePlatform == Device.iOS ? 15: 16;
//parameter is optional
public MyPopup(): base(BlurRadius)
{
InitializeComponent();
}
}
v1.2.3 - fixed MonoAndroid compatibility, core lib assembly name and documentation(note the assembly name in xaml file) v1.2.1 - possibility for customization: blur radius through popup constructor parameter(all platforms) and blur style for ios in initialization. Example:
AsceticAscetic.Plugins.PopupDecorations.iOS.PrettyPopup.Init(UIBlurEffectStyle.ExtraLight);
FAQs
Unknown package
We found that ascetic.plugins.prettypopup demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.