I'm trying (failing miserably) to setup mandrill/mailchimp to work with rails 4 and devise.
I'm having loads of trouble using dynamic fields, but now, i can't even insert my logo without mail chimp overriding it to put a black square background behind it.
All I have done is import the image, then when I try to resize it in mailchimp, it imposes a black square background.
Does anyone know how to block this background from being imposed?
This came from mail chimp support: Also, it's important to mention that because of the lack of a background color for transparent image, a black background is automatically added when the image is edited. Two workarounds would be to resize the image outside of the account in an any outside image editor, or add a white or other colored background, which would enable for that image to be resized in the app and would enable for that black background to not show
Related
I'm a long-time web dev trying to get into iOS development and Xcode so please forgive me for the simplest of questions.
I have a strange issue when I cannot centre align button text within a button's background image. Please see the screenshot below. At the moment you can see the text sits right aligned to the background image.
It’s not a background image. Think of it more like an icon.
It looks like you might want to set your Style to “Default”. Then it will show a background field under image
When putting a solid background color should you use an image for more accessibility or just change the color in the view settings?
NOTE: I need to change the background later on in the app.
If you have to change the background image/color dynamically, it would mostly be lighter on the app size and view (though the adverse effect might be insignificant) to manage background color of a UIView, than have an additional UIImageView loading up your background image from the assets.
You might also have to keep multiple colored assets in the bundle to account for the dynamicity, if you are to use image assets for handling the same.
If you are targeting for iOS 11.0+, you should surely go with using colors, as you can use color asset to manage your colors at a centalized location, which can be used directly from both the Interface builder and code.
Recently, I have downloaded the Instagram app and found the login page of the app was so cool, especially the background color animation-- change one color to another color gradually.
I just want to know how to implement it.SCREEN SHOOT
Is it use a video which changes the color with a circle on the basis of the time?
Or some other methods? Can anyone tell me? Thanks!
I just recently got a new set of icons for my app (from an external designer) and I am trying to implement them, but for some reason it ends up looking like this (the new icon is the one in the middle):
I have tried setting the image of the tab bar to have UIImageRenderingModeAlwaysOriginal, but that's given me no luck.
Here's the icon (it kind of blends into the background but its a white envelope):
Any reason why this is happening and how I can fix?
The problem is that the entirety of your image is opaque - at least part of it needs to be transparent to appear as you want it to.
In the below image (since the entire thing is white now, it's directly below this text), I have removed the black line and made that transparent. I then added this image to a tab bar, and it worked fine for me.
Here's the link to the image, as well.
What I ended up doing was setting using UIImageRenderingModeAlwaysOriginal for the tabbar image in the awakeFromNib method...that seemed to fix the issue.
I am working on passbook integration and added card successfully but I am stuck on how to strip image with background image.
When I use "eventTicket" style type then I can add background image but no strip image but when I use "coupon" then I can add strip image but no background image. I also tested rest of three types also but didn't work.
Now I am looking for any help that I can add both on same time. If possible or apple allow.
Thanks in advance.
A combination of Background Image and Strip image is not possible. See Table 3.1 and Figure 3.4 of the Passbook Programming Guide.
Note: "If you specify a strip image, do not specify a background image or a thumbnail."