This is not a problem. This is how it is supposed to work. In the iOS maps app you can toggle between the three modes (track location, track location and heading, no tracking).
When you have it in either of the tracking modes and the user moves the map the tracking is changed to no tracking.
This is so that you are not overriding what the user has done. Note, it will still keep the blue marker updated for the user's location it just won't track them.
If it didn't do this then when the user tries to scroll the map it would keep jumping back to the user location instead of letting them see what they want to see.
You could change this by disabling the user interaction on the map. But I wouldn't try to override this default behaviour. It is a learned behaviour of how the map works in iOS. Changing it will give the user the impression that it is broken.