iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
public UserLoginViewController() : base("UserLoginView", null) { } public override bool HideKeyboardOnTap { get { return true; } } public override bool AutoScrollToVisible { get { return true; } } public override bool ShouldAutorotate() { return false; } protected override void InitializeView() { base.InitializeView(); // Support pre-iPhone5 display // Get the control instance from the view controller. var p_BlurryView = this.View.ViewWithTag(101); var p_LogoView = this.View.ViewWithTag(102); // Support pre-iPhone5 display if (UIScreen.MainScreen.Bounds.Height <= 480) { p_LogoView.Frame = new CGRect( p_LogoView.Frame.Left + 10, p_LogoView.Frame.Top, p_LogoView.Frame.Width - 20, p_LogoView.Frame.Height - 35); p_BlurryView.Frame = new CGRect( p_BlurryView.Frame.Left, p_BlurryView.Frame.Top - 40, p_BlurryView.Frame.Width, p_BlurryView.Frame.Height); } // Needed in iOS 7.1 p_BlurryView.SetNeedsDisplay(); p_LogoView.SetNeedsDisplay(); }
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname