Ionic-Angular: How to remove white space after last slide in Ionic - ionic-framework

I did this code below but it didn't work
enter image description here

Related

Alignment Text View trouble?

When I add a UITextView and I fill it with words, then I go to Attribute inspector and set its text Alignment to Left by clicking the first option as you can see in the picture below. It works properly but if I try to align the text to center or I try to set its alignment as Justify as shown in the picture below, it gives me an error.
Does anyone know why?
Picture

Space before caption

I need to set space before caption of figure in LibreOffice. How can I do that? I insert caption from Insert->Caption in menu.
Space marked red on picture.
Double click on the image, go to the "wrap" tab, and add space to the bottom of the image.
Here's a gif showing these steps in action:
Go to Format - Styles (F11) and there you can change the formatting for Captions-Illustration.

Textview not showing whole text in ios 8

I have problem with textview because when we set the some text into text view at run time, it not shows the whole text, its showing only few text and spaces is available in textview. So please suggest me any way to fix this problem.It was working in ios 7 but getting problem in ios 8. This is screen shot.
I have added screen shots which show the text but not whole text but when we have tapped on textview it shows full text.
Thanks.

How to draw a image over the uiimageview in ios

I have an application in which I need to clear an image by moving a finger over the image view.
I can do this by using blendmodeClear option. Now for an another option I have to fill those cleared portions of the image view. Can anyone please guide me how to do.
Thanks.
You can maintain stack using NSMutableArray, and keep the images in them after each edit steps. Pop the image last entered if user press an undo option.
for eg:
[image1] --- > red colored
user edits it and adds green color
[image2] --- > green color mixed image
[image1] --- > red colored
user moves finger and clears a part
[image3] --- > image with part partly cleared
[image2] --- > green color mixed image
[image1] --- > red colored
now when user press undo, u can just pop the last entered image (in step 2)
ie. image 2 . (so we get the stage just before the user cleaerd the part of the image
.
does this help? or ur requirement is different?

How do I insert a picture into the top of a page a word document without leaving blank spaces?

I am trying to insert pictures into a word document to be on the TOP of the inserted page.
If I choose "Top Center" or "Top Right/Left", the complete paragraph from the proceeding text jumps to be AFTER the picture, even if it 5+ lines, leaving a BIG empty blank space in the previous page.
If I choose, "In line with text", it looks good, BUT with a single line being proceeding the picture on the top of the inserted page.
I want the layout to be so that a picture be at the top of the page while the proceeding and following text stays fluid, without leaving blanks in between.
Furthermore, how can I move that inserted picture pixel by pixel using the arrows?
PLEASE HELP! It is getting REALLY frustrating, I have around 35 pictures...
Thank you!
You must set the top margin to 0cm.
(double click the blank space or open page settings)
You could use text warpping, choose behind text for around a picture.
Or right click the picture, select text wrapping then select behind text. if u want to move the picture around perfect, just right click, text wrapping, then select tight.
see screenshoot
Just saw this. What I did was insert the image, open "Format Picture" properties, select the "Picture tab" and use the 'Crop from' option to make the area of the picture larger from the bottom (using i.e. -6) which added white space at the bottom, those moving the image to the top of the page. Not great, but it worked.