Skip to main content
27
results
Andrew Fletcher
In this article, I'll show you how to create a new an Acy Mailing 5 newsletter.   Access to Acy Mailing 5 This screen is accessible via the administration area: Select Components → Acy Mailing 5 → Newsletters from the drop-down menus.   Creating a new newsletter When you land on the newsletters page, you will see a list of previous newsletters created and sent.  By default the list is ordered most recent at the top of the list. To create a new...
Andrew Fletcher
In this article, I'll show you how to manage an Acy Mailing 5 subscription...
Andrew Fletcher
In this article, I'll show you how to edit an existing member's...
Andrew Fletcher
In this article, I'll show you how to review a newsletter's statistics for...
Andrew Fletcher
In this article, you will learn how to send a newsletter using Acy...
Andrew Fletcher
In this article, I'll show you how to edit an unsent Acy Mailing 5 newsletter.   Access to Acy Mailing 5 This screen is accessible via the administration area: Select Components → Acy Mailing 5 → Newsletters from the drop-down menus.   Editing a new newsletter When you land on the newsletters page, you will see a list of previous newsletters that have been generated and for most - sent.  By default the list is ordered most recent at the top of the...
Andrew Fletcher
How to apply a gradient tint over a background image? Set the background...
Andrew Fletcher
Working on formatting the date in Xcode, and you come across the situation where...
Andrew Fletcher
Adding a floating decimal point for n number of places is quite easy to achieve....
Andrew Fletcher
During the process of building the app, there are warnings about the code....
Andrew Fletcher
https://github.com/kylebrowning/waterwheel.swift After a short amount searching I came across Kyle Browning Waterwheel Pod.  I flipped down to installation and there it is in three steps.  Super.  But wait.  Step one, CocoaPods.  What are pods? https://cocoapods.org/ Easy to follow, in no time cocoapods are added. Using terminal you need to initialise the pod to the directory where the Xcode project is located. cd ~/Path/To/Your/Project/ pod init pod update This...
Andrew Fletcher
If you have this error, the core issue is the dyld issue. dyld dyld is a...