RadScheduler's "today" link is positioned below the Prev/Next arrows in Safari on iOS and OS X.
It is positioned properly after changing the views.
As a quick fix, you can set CSS:
<style type="text/css">
html .RadScheduler .rsHeader > p {
width: 80px;
}
</style>
Width value will vary depending on the skin used.